1.2 OBSOLETE

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1323 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-10-30 15:38:00 +00:00
parent 21b8ad2ae7
commit b896e4e07d
1 changed files with 13 additions and 3 deletions

View File

@ -7,10 +7,10 @@
<xep>
<header>
<title>Basic IM Protocol Suite</title>
<abstract>This document defines a recommended suite of Jabber/XMPP protocols to be supported by basic instant messaging and presence applications.</abstract>
<abstract>This document defines a recommended suite of Jabber/XMPP protocols to be supported by basic instant messaging and presence applications. Note: This protocol suite has been obsoleted by XEP-0211 and XEP-0212.</abstract>
&LEGALNOTICE;
<number>0073</number>
<status>Draft</status>
<status>Obsolete</status>
<type>Standards Track</type>
<sig>Standards</sig>
<dependencies>
@ -23,9 +23,18 @@
<spec>XEP-0115</spec>
</dependencies>
<supersedes/>
<supersededby/>
<supersededby>
<spec>XEP-0211</spec>
<spec>XEP-0212</spec>
</supersededby>
<shortname>N/A</shortname>
&stpeter;
<revision>
<version>1.2</version>
<date>2007-10-30</date>
<initials>psa</initials>
<remark><p>Per a vote of the XMPP Council, changed status to Obsolete and referred implementors to XEP-0211 and XEP-0212.</p></remark>
</revision>
<revision>
<version>1.1</version>
<date>2007-02-15</date>
@ -100,6 +109,7 @@
</revision>
</header>
<section1 topic='Introduction' anchor='intro'>
<p><em>Note: This protocol suite is obsolete. For updated protocol suites, refer to &xep0211; and &xep0212;.</em></p>
<p>Given the large number of Jabber/XMPP protocols,
<note>The protocols developed by the Jabber community have matured considerably since 1999. The core protocols were originally created by a small group of developers who worked on early Jabber-related open-source software projects such as the &jabberd; server, the Winjab, Gabber, and Jarl clients, the Net::Jabber and Jabberbeans libraries, and gateways to consumer IM services. In the summer of 2001, the &XSF; was founded to institute a formal standards process within the growing Jabber community (codified in &xep0001;). In late 2002, the &IETF; formed the &XMPPWG;, which formalized the core Jabber protocols under the name Extensible Messaging and Presence Protocol (XMPP). In early 2004, the IETF approved the main XMPP specifications as Proposed Standards within the Internet Standards Process defined by &rfc2026;, resulting in publication of <cite>RFC 3920</cite> (&xmppcore;) and <cite>RFC 3921</cite> (&xmppim;). In the meantime, the XSF has continued to develop additional protocols on top of XMPP in order to address functionality areas that are too application-specific for consideration within the IETF.</note>
it is not always clear to developers exactly which protocols they need to implement in order to interoperate over Jabber/XMPP networks. This document attempts to assist developers by defining a protocol suite for basic instant messaging and presence.</p>