Version 24 of xmpp

Updated 2013-09-20 03:59:26 by escargo

XMPP , an acronym for eXtensible Messaging and Presence Protocol, is the generalized XML streaming protocol that underlies Jabber.

See Also

Coccinella
XMMPP-based messaging program and whiteboard
jabberlib
an independent module for Tcl that provides an XMPP implementation
tkabber
an XMPP implementation in Tcl. Uses tclxmpp. Previousy used jabberlib
tkchat
in instant messaging client that uses XMPP
tclxmpp
a client library for accessing XMPP services
tclxmppd
a server daemon for XMPP-based services

Description

XMPP was used by Google Wave.

Reference

Wikipedia
RFC 3920 : Extensible Messaging and Presence Protocol (XMPP): Core
RFC 3921 : Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence

Discussion

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

tclxmpp. New projects should probably use this library.

There is also a server-side daemon called tclxmppd.


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).