mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -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>
|
||||
&LEGALNOTICE;
|
||||
<number>0198</number>
|
||||
<status>Proposed</status>
|
||||
<status>Draft</status>
|
||||
<type>Standards Track</type>
|
||||
<sig>Standards</sig>
|
||||
<dependencies>
|
||||
@ -19,10 +19,19 @@
|
||||
<supersedes>None</supersedes>
|
||||
<supersededby>None</supersededby>
|
||||
<shortname>sm</shortname>
|
||||
<schemaloc>
|
||||
<url>http://xmpp.org/schemas/sm.xsd</url>
|
||||
</schemaloc>
|
||||
&infiniti;
|
||||
&hildjj;
|
||||
&stpeter;
|
||||
&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>
|
||||
<version>0.10</version>
|
||||
<date>2009-06-11</date>
|
||||
@ -473,13 +482,13 @@ S: <t stanzas='10'/>
|
||||
<ul>
|
||||
<li>urn:xmpp:sm:2</li>
|
||||
</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 topic='Protocol Versioning' anchor='registrar-versioning'>
|
||||
&NSVER;
|
||||
</section2>
|
||||
<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>
|
||||
</section1>
|
||||
|
||||
@ -493,6 +502,13 @@ S: <t stanzas='10'/>
|
||||
xmlns='urn:xmpp:sm:2'
|
||||
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:complexType>
|
||||
<xs:simpleContent>
|
||||
|
Loading…
Reference in New Issue
Block a user