mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
1.0 Draft
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@712 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
a1d44f08a3
commit
9a223fbd9c
32
xep-0203.xml
32
xep-0203.xml
@ -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>
|
||||
&LEGALNOTICE;
|
||||
<number>0203</number>
|
||||
<status>Proposed</status>
|
||||
<status>Draft</status>
|
||||
<type>Standards Track</type>
|
||||
<sig>Standards</sig>
|
||||
<approver>Council</approver>
|
||||
@ -22,8 +22,17 @@
|
||||
<spec>XEP-0091</spec>
|
||||
</supersedes>
|
||||
<supersededby/>
|
||||
<shortname>NOT YET ASSIGNED</shortname>
|
||||
<shortname>delay</shortname>
|
||||
<schemaloc>
|
||||
<url>http://www.xmpp.org/schemas/delay.xsd</url>
|
||||
</schemaloc>
|
||||
&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>
|
||||
<version>0.3</version>
|
||||
<date>2007-03-28</date>
|
||||
@ -90,7 +99,7 @@
|
||||
Being in night, all this is but a dream,
|
||||
Too flattering-sweet to be substantial.
|
||||
</body>
|
||||
<delay xmlns='http://www.xmpp.org/extensions/xep-0203.html#ns'
|
||||
<delay xmlns='urn:xmpp:delay'
|
||||
from='capulet.com'
|
||||
stamp='2002-09-10T23:08:25Z'>
|
||||
Offline Storage
|
||||
@ -102,7 +111,7 @@
|
||||
<status>anon!</status>
|
||||
<show>xa</show>
|
||||
<priority>1</priority>
|
||||
<delay xmlns='http://www.xmpp.org/extensions/xep-0203.html#ns'
|
||||
<delay xmlns='urn:xmpp:delay'
|
||||
from='juliet@capulet.com/balcony'
|
||||
stamp='2002-09-10T23:41:07Z'/>
|
||||
</presence>
|
||||
@ -118,7 +127,7 @@
|
||||
Open, locks,
|
||||
Whoever knocks!
|
||||
</body>
|
||||
<delay xmlns='http://www.xmpp.org/extensions/xep-0203.html#ns'
|
||||
<delay xmlns='urn:xmpp:delay'
|
||||
from='coven@macbeth.shakespeare.lit'
|
||||
stamp='2002-09-10T23:05:37Z'/>
|
||||
</message>
|
||||
@ -136,7 +145,7 @@
|
||||
</section1>
|
||||
<section1 topic='XMPP Registrar Considerations' anchor='registrar'>
|
||||
<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 ®ISTRAR; includes 'urn:xmpp:delay' in its registry of protocol namespaces (see &NAMESPACES;).</p>
|
||||
</section2>
|
||||
</section1>
|
||||
<section1 topic='XML Schema' anchor='schema'>
|
||||
@ -145,10 +154,17 @@
|
||||
|
||||
<xs:schema
|
||||
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
||||
targetNamespace='http://www.xmpp.org/extensions/xep-0203.html#ns'
|
||||
xmlns='http://www.xmpp.org/extensions/xep-0203.html#ns'
|
||||
targetNamespace='urn:xmpp:delay'
|
||||
xmlns='urn:xmpp:delay'
|
||||
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:complexType>
|
||||
<xs:simpleContent>
|
||||
|
Loading…
Reference in New Issue
Block a user