====== XMPP ====== * [[/glossaire/XMPP|Extensible Messaging and Presence Protocol (XMPP)]] ===== Doc ===== XMPP on the wen with PHP : * [[http://abhinavsingh.com/blog/2010/01/get-real-time-system-server-load-notification-on-any-im-using-php-and-xmpp/|Get real time system & server load notification on any IM using PHP and XMPP]] * [[http://www.ibm.com/developerworks/xml/tutorials/x-realtimeXMPPtut/index.html?ca=dgr-lnxw07RealTimeApp|Build a web-based notification tool with XMPP]] ===== Implementations ===== Listing on www.xmpp.org : [[http://xmpp.org/xmpp-software/servers/|Servers]], [[http://xmpp.org/xmpp-software/clients/|Clients]] and [[http://xmpp.org/xmpp-software/libraries/|libraries]] ==== XMPPHP ==== http://code.google.com/p/xmpphp XMPPHP is the successor to Class.Jabber.PHP that I've been promising for years. Taking advantage of PHP5, I believe it to be an elegant solution with a direct approach. Some of the features include: * Connect to any XMPP 1.0 server (Google Talk, LJ Talk, jabber.org, etc) * Supports TLS encryption * Several XML processing approaches and supported styles (process indefinitely, processUntil an event, processTime for a number of seconds), waiting on events or map them, etc.