ejabberd - Comments for "How do you get a BOSH session id from PHP?" https://www.ejabberd.im/node/4246 en I am having the same problem. https://www.ejabberd.im/node/4246#comment-56798 <p>I am having the same problem. I am using xmpppy lib on server side. wondering which object would contain this stanza ?</p> Tue, 09 Nov 2010 06:13:37 +0000 skbohra123 comment 56798 at https://www.ejabberd.im this is how i did it https://www.ejabberd.im/node/4246#comment-56603 <p>first, convert the stanza containing the sid into an array<br /> $array = new SimpleXmlElement($stanza, LIBXML_NOCDATA);</p> <p>then the sid will be a key that you can pull from<br /> $sid = $array['sid'];</p> <p>hope this helps</p> Fri, 10 Sep 2010 02:05:04 +0000 xukster comment 56603 at https://www.ejabberd.im I'm not sure but : strophe.js https://www.ejabberd.im/node/4246#comment-56602 <p>I'm not sure but : strophe.js or jsjac.js ?</p> Thu, 09 Sep 2010 15:50:25 +0000 3mwe comment 56602 at https://www.ejabberd.im