mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Draft
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3181 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
295dbec93d
commit
43f998d65c
19
xep-0237.xml
19
xep-0237.xml
@ -10,7 +10,7 @@
|
||||
<abstract>This specification defines a proposed modification to the XMPP roster protocol that enables versioning of rosters such that the server will not send the roster to the client if the roster has not been modified, thus saving bandwidth during session establishment.</abstract>
|
||||
&LEGALNOTICE;
|
||||
<number>0237</number>
|
||||
<status>Proposed</status>
|
||||
<status>Draft</status>
|
||||
<type>Standards Track</type>
|
||||
<sig>Standards</sig>
|
||||
<approver>Council</approver>
|
||||
@ -21,8 +21,18 @@
|
||||
<supersedes/>
|
||||
<supersededby/>
|
||||
<shortname>N/A</shortname>
|
||||
<schemaloc>
|
||||
<ns>feature</ns>
|
||||
<url>http://www.xmpp.org/schemas/versioning-feature.xsd</url>
|
||||
</schemaloc>
|
||||
&stpeter;
|
||||
&dcridland;
|
||||
<revision>
|
||||
<version>1.0</version>
|
||||
<date>2009-05-27</date>
|
||||
<initials>psa</initials>
|
||||
<remark><p>Per a vote of the XMPP Council, advanced specification to Draft.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.12</version>
|
||||
<date>2009-05-14</date>
|
||||
@ -308,6 +318,13 @@ S: <iq from='romeo@montague.lit' id='dh361f35' to='romeo@montague.lit/home' type
|
||||
xmlns='urn:xmpp:features:rosterver'
|
||||
elementFormDefault='qualified'>
|
||||
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
The protocol documented by this schema is defined in
|
||||
XEP-0237: http://www.xmpp.org/extensions/xep-0237.html
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
||||
<xs:element name='ver'>
|
||||
<xs:complexType>
|
||||
<xs:choice>
|
||||
|
Loading…
Reference in New Issue
Block a user