mohit
mohit

Reputation: 1081

XMPP Gtalk javascript

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

Answers (2)

Christopher Orr
Christopher Orr

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

mahju
mahju

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

Related Questions