Version 15 of xmpp

Updated 2009-06-04 20:54:11 by PT

An acronym for eXtensible Messaging and Presence Protocol This is the generalized XML streaming protocol that underlies Jabber (and the newly hyped 'Google Wave').

See RFC 3920 [L1 ], RFC 3921 [L2 ] and http://www.xmpp.org/


RLH 2009-06-01: Does Tcl have anything library wise that talks xmpp?

PT: The coccinella jabber application has provided its underlying jabber library jlib as an independent module for a number of years. This is also used by tkchat. The tkabber developers have produced a client access library called tclxmpp which can be obtained from [L3 ]


DKF: XMPP can also be used as a transport protocol for SOAP, which is helpful for when you have long-lived webservice communications between two parties (especially when one party doesn't want to open incoming ports in their firewall).