Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best XMPP Client PHP/Javascript [closed]

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.

like image 690
Adnan Avatar asked Mar 22 '10 19:03

Adnan


2 Answers

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.

like image 141
Alfred Avatar answered Nov 19 '22 14:11

Alfred


hxmpp is written in Haxe and supports JavaScript and PHP. so you can use (a part) of your code on both platforms.

like image 36
tong Avatar answered Nov 19 '22 15:11

tong