Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XMPP library for facebook chat [closed]

So facebook is opening its chat servers to us... great. I am new to XMPP, so what would be the best JS library to connect to their servers?

I googled for a tutorial article, but found nothing. Can someone direct me to one?

like image 466
vasion Avatar asked Dec 02 '22 04:12

vasion


1 Answers

As Joschi pointed out strophe is a very good javascript library. But you need a BOSH manager to connect from javascript to XMPP. You could use a standalone manager like for example punjab.

If you can not run a BOSH manager then you could also connect to XMPP via flash without BOSH.

like image 131
Alfred Avatar answered Dec 13 '22 17:12

Alfred