Which one is the best XMPP client library for PHP/javascript? I have gone through many of these like:
JSJaC XMPPHP MISSUS Kaazing Gateway
Some one having experience in using these will have better idea.
Which one is the best XMPP client library for PHP/javascript? I have gone through many of these like:
JSJaC XMPPHP MISSUS Kaazing Gateway
Some one having experience in using these will have better idea.
It seems jaxl support bosh. Then I would look into strophe.js. I myself don't have hands on experience, but if I would implement this in PHP I would try to do it like this.
hxmpp is written in haXe and supports javascript AND php. so you can use (a part) of your code on both platforms.
Strophe.js is the best with full basic protocol of XMPP, detail documentation and wide community that can support you in the beginning.