Version 1.11 of XEP-0060 (Publish-Subscribe) has been released.

Abstract: This specification defines an XMPP protocol extension for generic 
publish-subscribe functionality. The protocol enables XMPP entities to create 
nodes (topics) at a pubsub service and publish information at those nodes; an 
event notification (with or without payload) is then broadcasted to all 
entities that have subscribed to the node. Pubsub therefore adheres to the 
classic Observer design pattern and can serve as the foundation for a wide 
variety of applications, including news feeds, content syndication, rich 
presence, geolocation, workflow systems, network management systems, and any 
other application that requires event notifications.

Changelog: For collection nodes, changed name of node child element to 
associate and added disassociate child element to handle disassociation use 
case; corrected SHIM examples to conform to XEP-0131; modified lease expiry 
notification for consistency with other subscription-related notifications 
(i.e., not using SHIM header); renamed SHIM headers to Collection and SubID for 
consistency with HTTP and Email headers. (rm/psa)

Diff: 
http://svn.xmpp.org:18080/browse/XMPP/trunk/extensions/xep-0060.xml?r1=1237&r2=1749

URL: http://www.xmpp.org/extensions/xep-0060.html

Reply via email to