XMPP: retrieving BOSH Session ID and RID
Please tell me how to retrieve the SID and JID. I am using Strophe JS. <body rid='489923353' xmlns='http://jabber.org/protocol/httpbind' sid='ab7f5957' to='127.0.0.1' xml:lang='en' xmpp:restart='true' xmlns:xmpp='urn:xmpp:xbosh'/> var conn = new Strophe.Connection(bosh_service); However, conn.sid or conn.rid is not returning the same numbers. After this and that, I think I found the answer! else if(status === Strophe.Status.CONNECTED){ //get roster var iq = $iq({type: 'get'}).c('query', {xmlns: 'jabber:iq:roster'}); Chat.connection.sendIQ(iq, Chat.on_roster); //on chat Chat.connection