mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 18:22:24 -05:00
XEP-0152: Per a vote of the XMPP Council, advanced specification from Experimental to Draft.
This commit is contained in:
parent
3196467b12
commit
f0f57511d4
19
xep-0152.xml
19
xep-0152.xml
@ -10,7 +10,7 @@
|
|||||||
<abstract>This document defines an XMPP protocol extension for communicating information about how an entity can be reached temporarily using methods other than the entity's normal JID.</abstract>
|
<abstract>This document defines an XMPP protocol extension for communicating information about how an entity can be reached temporarily using methods other than the entity's normal JID.</abstract>
|
||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>0152</number>
|
<number>0152</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>
|
||||||
@ -21,8 +21,18 @@
|
|||||||
<supersedes/>
|
<supersedes/>
|
||||||
<supersededby/>
|
<supersededby/>
|
||||||
<shortname>reach</shortname>
|
<shortname>reach</shortname>
|
||||||
|
<schemaloc>
|
||||||
|
<ns>reach</ns>
|
||||||
|
<url>http://www.xmpp.org/schemas/reach.xsd</url>
|
||||||
|
</schemaloc>
|
||||||
&stpeter;
|
&stpeter;
|
||||||
&hildjj;
|
&hildjj;
|
||||||
|
<revision>
|
||||||
|
<version>1.0</version>
|
||||||
|
<date>2014-02-25</date>
|
||||||
|
<initials>editor(mm)</initials>
|
||||||
|
<remark><p>Per a vote of the XMPP Council, advanced specification from Experimental to Draft.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.6</version>
|
<version>0.6</version>
|
||||||
<date>2013-12-02</date>
|
<date>2013-12-02</date>
|
||||||
@ -274,6 +284,13 @@
|
|||||||
xmlns='urn:xmpp:reach:0'
|
xmlns='urn:xmpp:reach:0'
|
||||||
elementFormDefault='qualified'>
|
elementFormDefault='qualified'>
|
||||||
|
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>
|
||||||
|
The protocol documented by this schema is defined in
|
||||||
|
XEP-0152: http://www.xmpp.org/extensions/xep-0152.html
|
||||||
|
</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
|
||||||
<xs:element name='reach'>
|
<xs:element name='reach'>
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
|
Loading…
Reference in New Issue
Block a user