mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-28 12:12:22 -05:00
1.0 DRAFT
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3267 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
b3aed96d78
commit
5159fa7e31
22
xep-0198.xml
22
xep-0198.xml
@ -10,7 +10,7 @@
|
|||||||
<abstract>This specification defines an XMPP protocol extension for active management of an XML stream between two XMPP entities, including features for stanza acknowledgements, stream resumption, and throttling notifications.</abstract>
|
<abstract>This specification defines an XMPP protocol extension for active management of an XML stream between two XMPP entities, including features for stanza acknowledgements, stream resumption, and throttling notifications.</abstract>
|
||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>0198</number>
|
<number>0198</number>
|
||||||
<status>Proposed</status>
|
<status>Draft</status>
|
||||||
<type>Standards Track</type>
|
<type>Standards Track</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -19,10 +19,19 @@
|
|||||||
<supersedes>None</supersedes>
|
<supersedes>None</supersedes>
|
||||||
<supersededby>None</supersededby>
|
<supersededby>None</supersededby>
|
||||||
<shortname>sm</shortname>
|
<shortname>sm</shortname>
|
||||||
|
<schemaloc>
|
||||||
|
<url>http://xmpp.org/schemas/sm.xsd</url>
|
||||||
|
</schemaloc>
|
||||||
&infiniti;
|
&infiniti;
|
||||||
&hildjj;
|
&hildjj;
|
||||||
&stpeter;
|
&stpeter;
|
||||||
&fabio;
|
&fabio;
|
||||||
|
<revision>
|
||||||
|
<version>1.0</version>
|
||||||
|
<date>2009-06-17</date>
|
||||||
|
<initials>psa</initials>
|
||||||
|
<remark><p>Per a vote of the XMPP Council, advanced specification from Experimental to Draft.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.10</version>
|
<version>0.10</version>
|
||||||
<date>2009-06-11</date>
|
<date>2009-06-11</date>
|
||||||
@ -473,13 +482,13 @@ S: <t stanzas='10'/>
|
|||||||
<ul>
|
<ul>
|
||||||
<li>urn:xmpp:sm:2</li>
|
<li>urn:xmpp:sm:2</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Upon advancement of this specification from a status of Experimental to a status of Draft, the ®ISTRAR; shall add the foregoing namespaces to the registry located at &NAMESPACES;, as described in Section 4 of &xep0053;.</p>
|
<p>The ®ISTRAR; includes the foregoing namespace in its registry at &NAMESPACES;, as described in Section 4 of &xep0053;.</p>
|
||||||
</section2>
|
</section2>
|
||||||
<section2 topic='Protocol Versioning' anchor='registrar-versioning'>
|
<section2 topic='Protocol Versioning' anchor='registrar-versioning'>
|
||||||
&NSVER;
|
&NSVER;
|
||||||
</section2>
|
</section2>
|
||||||
<section2 topic='Stream Features' anchor='registrar-stream'>
|
<section2 topic='Stream Features' anchor='registrar-stream'>
|
||||||
<p>Upon approval of this specification, the XMPP Registrar shall add 'urn:xmpp:sm:2' to its registry of stream features.</p>
|
<p>The XMPP Registrar includes 'urn:xmpp:sm:2' in its registry of stream features at &STREAMFEATURES;.</p>
|
||||||
</section2>
|
</section2>
|
||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
@ -493,6 +502,13 @@ S: <t stanzas='10'/>
|
|||||||
xmlns='urn:xmpp:sm:2'
|
xmlns='urn:xmpp:sm:2'
|
||||||
elementFormDefault='qualified'>
|
elementFormDefault='qualified'>
|
||||||
|
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>
|
||||||
|
The protocol documented by this schema is defined in
|
||||||
|
XEP-0198: http://www.xmpp.org/extensions/xep-0198.html
|
||||||
|
</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
|
||||||
<xs:element name='a'>
|
<xs:element name='a'>
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:simpleContent>
|
<xs:simpleContent>
|
||||||
|
Loading…
Reference in New Issue
Block a user