tags:

views:

47

answers:

2

Hi, I want to create browser widget for gtalk. I need to know about XMPP and its javascript support. Can anyone guide me in this process. Thanks in advance.

A: 

A simple Google-search gives this: http://xmpp.org/software/libraries.shtml#javascript

which results in

http://xmpp4js.sourceforge.net/ http://code.stanziq.com/strophe/

There might be some documentation for the respective projects.

Nubsis
+1  A: 

Definitely check out Strophe and see an example implementation using that library at Speeqe.

The author also has a very good book, Professional XMPP Programming with JavaScript and jQuery.

Christopher