views:

273

answers:

2

Hi, does anyone know a AJAX based chat client that connects to a Jabber server, and does the same things as Facebook or Netlog chatbar, plus Multi User Chat (MUC). I love the UI of cometchat.com/demo (left side of the chatbar is for MUC, right side Web-IM for my friends)

The only client I found until now is http://www.ijab.im/ - which is very new and doesn't speak MUC yet.

If anybody knows other libraries - thanks for sharing!

+1  A: 
Christopher
+1  A: 

I recommend using strophejs and the book Professional XMPP with jquery and Javascript by Jack Moffitt.

strophejs is pretty much low level but very powerful, and the book code samples take you everywhere you want to go.

And, complementing Christopher's comment, speeqe.com is written in part by Moffitt and using strophejs !

cstar
I knew Strophe.js and speeqe, but somehow I missed the book and its examples. Excellent, thanks a lot

related questions