Reputation: 1081
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.
Upvotes: 2
Views: 1351
Reputation: 111555
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.
Upvotes: 5
Reputation: 1156
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.
Upvotes: 0