1.3 Deprecated

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@711 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-03-29 15:40:25 +00:00
parent c84a8cfd98
commit a1d44f08a3
1 changed files with 22 additions and 8 deletions

View File

@ -7,10 +7,10 @@
<xep>
<header>
<title>Delayed Delivery</title>
<abstract>This specification provides canonical documentation of the jabber:x:delay namespace currently used within the Jabber community.</abstract>
<abstract>This specification provides historical documentation of the jabber:x:delay namespace, which has been deprecated in favor the urn:xmpp:delay namespace defined in XEP-0203.</abstract>
&LEGALNOTICE;
<number>0091</number>
<status>Active</status>
<status>Deprecated</status>
<type>Historical</type>
<sig>Standards</sig>
<approver>Council</approver>
@ -18,39 +18,49 @@
<spec>XMPP Core</spec>
</dependencies>
<supersedes/>
<supersededby/>
<supersededby>
<spec>XEP-0203</spec>
</supersededby>
<shortname>x-delay</shortname>
<schemaloc>
<url>http://www.xmpp.org/schemas/x-delay.xsd</url>
</schemaloc>
<expires>2007-12-31</expires>
&stpeter;
<revision>
<version>1.3</version>
<date>2007-03-29</date>
<initials>psa</initials>
<remark><p>Per a vote of the XMPP Council, deprecated in favor of XEP-0203.</p></remark>
</revision>
<revision>
<version>1.2</version>
<date>2004-08-17</date>
<initials>psa</initials>
<remark>Specified that the timezone is to be understood as UTC; specified security considerations; corrected several small textual errors.</remark>
<remark><p>Specified that the timezone is to be understood as UTC; specified security considerations; corrected several small textual errors.</p></remark>
</revision>
<revision>
<version>1.1</version>
<date>2004-02-24</date>
<initials>psa</initials>
<remark>Corrected several small textual errors.</remark>
<remark><p>Corrected several small textual errors.</p></remark>
</revision>
<revision>
<version>1.0</version>
<date>2003-10-08</date>
<initials>psa</initials>
<remark>Per a vote of the Jabber Council, changed status to Active.</remark>
<remark><p>Per a vote of the Jabber Council, changed status to Active.</p></remark>
</revision>
<revision>
<version>0.1</version>
<date>2003-05-22</date>
<initials>psa</initials>
<remark>Initial version.</remark>
<remark><p>Initial version.</p></remark>
</revision>
</header>
<section1 topic='Introduction' anchor='intro'>
<p>The Jabber protocols have long included a method for indicating that a message or presence stanza was delayed in being delivered (e.g., because it was stored offline). This method makes use of the 'jabber:x:delay' namespace and has been documented variously in Internet-Drafts and elsewhere. Because this protocol is not required by &rfc2779;, the 'jabber:x:delay' namespace was removed from &xmppim;. This specification fills the void for canonical documentation.</p>
<p class='note'>Note: This specification has been deprecated in favor of &xep0203;.</p>
<p>This document provides canonical documentation of the 'jabber:x:delay' namespace, which was long used by Jabber applications to mark message or presence stanzas as delivered with a delay. This document is of historical importance only, since it has been deprecated in favor of <cite>XEP-0203</cite>.</p>
</section1>
<section1 topic='Protocol Definition' anchor='protocol'>
<p>The 'jabber:x:delay' namespace is used to provide timestamp information about data stored for later delivery. The most common uses of this namespace are to stamp:</p>
@ -137,6 +147,10 @@
<xs:documentation>
The protocol documented by this schema is defined in
XEP-0091: http://www.xmpp.org/extensions/xep-0091.html
NOTE: This protocol has been deprecated in favor of the
Delayed Delivery protocol specified in XEP-0203:
http://www.xmpp.org/extensions/xep-0203.html
</xs:documentation>
</xs:annotation>