mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
1.3 Deprecated
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@711 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
c84a8cfd98
commit
a1d44f08a3
30
xep-0091.xml
30
xep-0091.xml
@ -7,10 +7,10 @@
|
|||||||
<xep>
|
<xep>
|
||||||
<header>
|
<header>
|
||||||
<title>Delayed Delivery</title>
|
<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;
|
&LEGALNOTICE;
|
||||||
<number>0091</number>
|
<number>0091</number>
|
||||||
<status>Active</status>
|
<status>Deprecated</status>
|
||||||
<type>Historical</type>
|
<type>Historical</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
@ -18,39 +18,49 @@
|
|||||||
<spec>XMPP Core</spec>
|
<spec>XMPP Core</spec>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<supersedes/>
|
<supersedes/>
|
||||||
<supersededby/>
|
<supersededby>
|
||||||
|
<spec>XEP-0203</spec>
|
||||||
|
</supersededby>
|
||||||
<shortname>x-delay</shortname>
|
<shortname>x-delay</shortname>
|
||||||
<schemaloc>
|
<schemaloc>
|
||||||
<url>http://www.xmpp.org/schemas/x-delay.xsd</url>
|
<url>http://www.xmpp.org/schemas/x-delay.xsd</url>
|
||||||
</schemaloc>
|
</schemaloc>
|
||||||
|
<expires>2007-12-31</expires>
|
||||||
&stpeter;
|
&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>
|
<revision>
|
||||||
<version>1.2</version>
|
<version>1.2</version>
|
||||||
<date>2004-08-17</date>
|
<date>2004-08-17</date>
|
||||||
<initials>psa</initials>
|
<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>
|
||||||
<revision>
|
<revision>
|
||||||
<version>1.1</version>
|
<version>1.1</version>
|
||||||
<date>2004-02-24</date>
|
<date>2004-02-24</date>
|
||||||
<initials>psa</initials>
|
<initials>psa</initials>
|
||||||
<remark>Corrected several small textual errors.</remark>
|
<remark><p>Corrected several small textual errors.</p></remark>
|
||||||
</revision>
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<date>2003-10-08</date>
|
<date>2003-10-08</date>
|
||||||
<initials>psa</initials>
|
<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>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
<date>2003-05-22</date>
|
<date>2003-05-22</date>
|
||||||
<initials>psa</initials>
|
<initials>psa</initials>
|
||||||
<remark>Initial version.</remark>
|
<remark><p>Initial version.</p></remark>
|
||||||
</revision>
|
</revision>
|
||||||
</header>
|
</header>
|
||||||
<section1 topic='Introduction' anchor='intro'>
|
<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>
|
||||||
<section1 topic='Protocol Definition' anchor='protocol'>
|
<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>
|
<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>
|
<xs:documentation>
|
||||||
The protocol documented by this schema is defined in
|
The protocol documented by this schema is defined in
|
||||||
XEP-0091: http://www.xmpp.org/extensions/xep-0091.html
|
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:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user