Difference between revisions of "Tech pages/Core"

From XMPP WIKI
Jump to navigation Jump to search
m
m
Line 10: Line 10:


== Specifications ==
== Specifications ==
The core XMPP technologies are defined in two RFCs published by the IETF:
The core XMPP technologies are defined in two RFCs published by the [http://ietf.org/ IETF]:
* RFC 3920: XMPP Core
* RFC 3920: XMPP Core
* RFC 3921: XMPP IM
* RFC 3921: XMPP IM
Line 23: Line 23:


== Discussion Venues ==
== Discussion Venues ==
The XMPP Standards Foundation maintains several email discussion lists about the core XMPP technologies. The primary list is the "standards@xmpp.org" list. As with all XSF technology lists, the standards@xmpp.org list is open to all interested individuals.
The XMPP Standards Foundation maintains several email discussion lists about the core XMPP technologies. The primary list is the [http://mail.jabber.org/mailman/listinfo/standards standards@xmpp.org list]. As with all XSF technology lists, the standards@xmpp.org list is open to all interested individuals.
* Info page and subscription information
* Info page and subscription information
* Subscribe via email
* Subscribe via email
* Discussion archives
* Discussion archives

Revision as of 17:19, 24 July 2010

Overview

At its core, XMPP is a technology for streaming XML over a network. The protocol, which emerged from the Jabber open-source community in 1999, was originally designed to provide an open, secure, decentralized alternative to consumer-oriented instant messaging (IM) services like ICQ, AIM, and MSN. The core technologies were formalized under the name Extensible Messaging and Presence Protocol (XMPP) at the IETF in 2004. These core technologies include:

  • The base XML streaming layer
  • Channel encryption using Transport Layer Security (TLS)
  • Strong authentication using the Simple Authentication and Security Layer (SASL)
  • Use of UTF-8 for complete Unicode support, including fully internationalized addresses
  • Built-in information about network availability ("presence")
  • Presence subscriptions for two-way authorization
  • Presence-enabled contact lists ("rosters")

Specifications

The core XMPP technologies are defined in two RFCs published by the IETF:

  • RFC 3920: XMPP Core
  • RFC 3921: XMPP IM

These RFCs are currently undergoing revision based on implementation and deployment experience since 2004. The revised versions are available at http://xmpp.org/internet-drafts/.

Implementations

There are many implementations of the core XMPP specifications. See the following pages for details:

  • Clients
  • Servers
  • Code Libraries

Discussion Venues

The XMPP Standards Foundation maintains several email discussion lists about the core XMPP technologies. The primary list is the standards@xmpp.org list. As with all XSF technology lists, the standards@xmpp.org list is open to all interested individuals.

  • Info page and subscription information
  • Subscribe via email
  • Discussion archives