Questions asking us to recommend or find a tool, library or favorite o开发者_Python百科ff-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionWhich 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.
精彩评论