Difference between revisions of "XMPP"

From Organic Design wiki
(XMPP extensions)
(supported extensions list started)
Line 6: Line 6:
  
 
XMPP-based software is deployed on thousands of servers across the Internet and by 2003 was used by over ten million people worldwide, according to the XMPP Standards Foundation. Popular commercial servers include the [[w:Gizmo Project|Gizmo Project]], [[w:Nimbuzz|Nimbuzz]] and [[w:Google Talk|Google Talk]]. Popular client applications include the freeware clients offered by Google, Nimbuzz and the Gizmo Project, [[w:Multiprotocol instant messaging application|multi-protocol instant messengers]] such as [[w:iChat|iChat]] and [[w:Pidgin (software)|Pidgin]] (formerly Gaim), and free dedicated clients such as [[w:Psi (instant messaging client)|Psi]] and [[w:Gajim|Gajim]]. [[w:Google Talk|Google Talk]] provides XMPP gateways to its service. [[w:Google Wave|Google Wave]]'s federation protocol (GWFP) is an open extension to the XMPP protocol.
 
XMPP-based software is deployed on thousands of servers across the Internet and by 2003 was used by over ten million people worldwide, according to the XMPP Standards Foundation. Popular commercial servers include the [[w:Gizmo Project|Gizmo Project]], [[w:Nimbuzz|Nimbuzz]] and [[w:Google Talk|Google Talk]]. Popular client applications include the freeware clients offered by Google, Nimbuzz and the Gizmo Project, [[w:Multiprotocol instant messaging application|multi-protocol instant messengers]] such as [[w:iChat|iChat]] and [[w:Pidgin (software)|Pidgin]] (formerly Gaim), and free dedicated clients such as [[w:Psi (instant messaging client)|Psi]] and [[w:Gajim|Gajim]]. [[w:Google Talk|Google Talk]] provides XMPP gateways to its service. [[w:Google Wave|Google Wave]]'s federation protocol (GWFP) is an open extension to the XMPP protocol.
 +
 +
== Interesting XMPP extensions supported by jabberd2 ==
 +
*[http://xmpp.org/extensions/xep-0030.html XEP-0030: Service Discovery]
 +
*[http://xmpp.org/extensions/xep-0048.html XEP-0048: Bookmarks]
 +
*[http://xmpp.org/extensions/xep-0049.html XEP-0049: Private XML Storage]
 +
*[http://xmpp.org/extensions/xep-0072.html XEP-0072: SOAP Over XMPP] ''(not currently implemented by jabberd2)''
 +
*[http://xmpp.org/extensions/xep-0079.html XEP-0079: Advanced Message Processing]
 +
*[http://xmpp.org/extensions/xep-0083.html XEP-0083: Nested Roster Groups]
 +
*[http://xmpp.org/extensions/xep-0114.html XEP-0114: Jabber Component Protocol]
 +
*[http://xmpp.org/extensions/xep-0138.html XEP-0138: Stream Compression]
 +
*[http://xmpp.org/extensions/xep-0145.html XEP-0145: Annotations]
  
 
== See also ==
 
== See also ==
 
*[http://xmpp.org/extensions/ XMPP extensions]
 
*[http://xmpp.org/extensions/ XMPP extensions]
 
*[http://codex.xiaoka.com/wiki/jabberd2:start jabberd2] ''- the most complete implementation of the XMPP protocol and extensions written in C''
 
*[http://codex.xiaoka.com/wiki/jabberd2:start jabberd2] ''- the most complete implementation of the XMPP protocol and extensions written in C''

Revision as of 22:51, 23 June 2009

Extensible Messaging and Presence Protocol (XMPP) is an open, XML-based protocol originally aimed at near-real-time, extensible instant messaging (IM) and presence information (e.g., buddy lists), but now expanded into the broader realm of message oriented middleware. It remains the core protocol of the Jabber Instant Messaging and Presence technology. Built to be extensible, the protocol has been extended with features such as VOIP and file transfer signaling.

Unlike most instant messaging protocols, XMPP is an open standard. Like e-mail, it is an open system where anyone who has a domain name and a suitable Internet connection can run his own Jabber server and talk to users on other servers. The standard server implementations and many clients are also free and open source software.

The Internet Engineering Task Force (IETF) formed an XMPP Working Group in 2002 to formalize the core protocols as an IETF instant messaging and presence technology. The XMPP WG produced four specifications which were approved by the IESG as Proposed Standards in 2004. RFC 3920 and RFC 3921 are now undergoing revisions in preparation for advancing them to Draft Standard within the Internet Standards Process. The XMPP Standards Foundation (formerly the Jabber Software Foundation) is active in developing open XMPP extensions. However, no technology correctly implements the RFCs in full.

XMPP-based software is deployed on thousands of servers across the Internet and by 2003 was used by over ten million people worldwide, according to the XMPP Standards Foundation. Popular commercial servers include the Gizmo Project, Nimbuzz and Google Talk. Popular client applications include the freeware clients offered by Google, Nimbuzz and the Gizmo Project, multi-protocol instant messengers such as iChat and Pidgin (formerly Gaim), and free dedicated clients such as Psi and Gajim. Google Talk provides XMPP gateways to its service. Google Wave's federation protocol (GWFP) is an open extension to the XMPP protocol.

Interesting XMPP extensions supported by jabberd2

See also