1.0 Draft

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

View File

@ -10,7 +10,7 @@
<abstract>This document defines an XMPP protocol extension for communicating the fact that an XML stanza has been delivered with a delay.</abstract> <abstract>This document defines an XMPP protocol extension for communicating the fact that an XML stanza has been delivered with a delay.</abstract>
&LEGALNOTICE; &LEGALNOTICE;
<number>0203</number> <number>0203</number>
<status>Proposed</status> <status>Draft</status>
<type>Standards Track</type> <type>Standards Track</type>
<sig>Standards</sig> <sig>Standards</sig>
<approver>Council</approver> <approver>Council</approver>
@ -22,8 +22,17 @@
<spec>XEP-0091</spec> <spec>XEP-0091</spec>
</supersedes> </supersedes>
<supersededby/> <supersededby/>
<shortname>NOT YET ASSIGNED</shortname> <shortname>delay</shortname>
<schemaloc>
<url>http://www.xmpp.org/schemas/delay.xsd</url>
</schemaloc>
&stpeter; &stpeter;
<revision>
<version>1.0</version>
<date>2007-03-29</date>
<initials>psa</initials>
<remark><p>Per a vote of the XMPP Council, advanced to Draft.</p></remark>
</revision>
<revision> <revision>
<version>0.3</version> <version>0.3</version>
<date>2007-03-28</date> <date>2007-03-28</date>
@ -90,7 +99,7 @@
Being in night, all this is but a dream, Being in night, all this is but a dream,
Too flattering-sweet to be substantial. Too flattering-sweet to be substantial.
</body> </body>
<delay xmlns='http://www.xmpp.org/extensions/xep-0203.html#ns' <delay xmlns='urn:xmpp:delay'
from='capulet.com' from='capulet.com'
stamp='2002-09-10T23:08:25Z'> stamp='2002-09-10T23:08:25Z'>
Offline Storage Offline Storage
@ -102,7 +111,7 @@
<status>anon!</status> <status>anon!</status>
<show>xa</show> <show>xa</show>
<priority>1</priority> <priority>1</priority>
<delay xmlns='http://www.xmpp.org/extensions/xep-0203.html#ns' <delay xmlns='urn:xmpp:delay'
from='juliet@capulet.com/balcony' from='juliet@capulet.com/balcony'
stamp='2002-09-10T23:41:07Z'/> stamp='2002-09-10T23:41:07Z'/>
</presence> </presence>
@ -118,7 +127,7 @@
Open, locks, Open, locks,
Whoever knocks! Whoever knocks!
</body> </body>
<delay xmlns='http://www.xmpp.org/extensions/xep-0203.html#ns' <delay xmlns='urn:xmpp:delay'
from='coven@macbeth.shakespeare.lit' from='coven@macbeth.shakespeare.lit'
stamp='2002-09-10T23:05:37Z'/> stamp='2002-09-10T23:05:37Z'/>
</message> </message>
@ -136,7 +145,7 @@
</section1> </section1>
<section1 topic='XMPP Registrar Considerations' anchor='registrar'> <section1 topic='XMPP Registrar Considerations' anchor='registrar'>
<section2 topic='Protocol Namespace' anchor='ns'> <section2 topic='Protocol Namespace' anchor='ns'>
<p>Until this specification advances to a status of Draft, its associated namespace shall be "http://www.xmpp.org/extensions/xep-0203.html#ns"; upon advancement of this specification, the XMPP Registrar shall issue a permanent namespace in accordance with the process defined in Section 4 of &xep0053;.</p> <p>The &REGISTRAR; includes 'urn:xmpp:delay' in its registry of protocol namespaces (see &NAMESPACES;).</p>
</section2> </section2>
</section1> </section1>
<section1 topic='XML Schema' anchor='schema'> <section1 topic='XML Schema' anchor='schema'>
@ -145,10 +154,17 @@
<xs:schema <xs:schema
xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:xs='http://www.w3.org/2001/XMLSchema'
targetNamespace='http://www.xmpp.org/extensions/xep-0203.html#ns' targetNamespace='urn:xmpp:delay'
xmlns='http://www.xmpp.org/extensions/xep-0203.html#ns' xmlns='urn:xmpp:delay'
elementFormDefault='qualified'> elementFormDefault='qualified'>
<xs:annotation>
<xs:documentation>
The protocol documented by this schema is defined in
XEP-0203: http://www.xmpp.org/extensions/xep-0203.html
</xs:documentation>
</xs:annotation>
<xs:element name='delay'> <xs:element name='delay'>
<xs:complexType> <xs:complexType>
<xs:simpleContent> <xs:simpleContent>