Accepting 'references' ProtoXEP as XEP-0372

This commit is contained in:
Ash Ward 2016-03-22 22:36:54 +00:00
parent e6ca94686d
commit 0bea53c6c2
2 changed files with 11 additions and 4 deletions

View File

@ -10,8 +10,8 @@
<title>References</title>
<abstract>This document defines a method for one XMPP stanza to provide references to another entity, such as mentioning users, HTTP resources, or other XMPP resources.</abstract>
&LEGALNOTICE;
<number>xxxx</number>
<status>ProtoXEP</status>
<number>0372</number>
<status>Experimental</status>
<type>Standards Track</type>
<sig>Standards</sig>
<approver>Council</approver>
@ -25,6 +25,12 @@
<supersededby/>
<shortname>Refs</shortname>
&ksmithisode;
<revision>
<version>0.1</version>
<date>2016-03-22</date>
<initials>XEP Editor (asw)</initials>
<remark><p>Initial published version approved by the XMPP Council.</p></remark>
</revision>
<revision>
<version>0.0.1</version>
<date>2016-01-29</date>
@ -48,7 +54,7 @@
<section1 topic='Discovery' anchor='discovery'>
<p>If a client implements references, it MUST specify the 'urn:xmpp:reference:0' feature in its service discovery information features as specified in &xep0030; and the Entity Capabilities profile specified in &xep0115;.</p>
<example caption='Client queries for contact&amp;s features'><![CDATA[
<example caption='Client queries for contact&apos;s features'><![CDATA[
<iq type='get'
id='disco1'
from='romeo@montegue.lit/30d3d8'
@ -57,7 +63,7 @@
</iq>
]]></example>
<example caption='Contact&amp;s client responds with features'><![CDATA[
<example caption='Contact&apos;s client responds with features'><![CDATA[
<iq type='result'
id='disco1'
from='juliet@capulet.lit/sabo239'

View File

@ -1381,3 +1381,4 @@ IANA Service Location Protocol, Version 2 (SLPv2) Templates</link></span> <note>
<!ENTITY xep0369 "<span class='ref'><link url='http://xmpp.org/extensions/xep-0369.html'>Mediated Information eXchange (MIX) (XEP-0369)</link></span> <note>XEP-0369: Mediated Information eXchange (MIX) &lt;<link url='http://xmpp.org/extensions/xep-0369.html'>http://xmpp.org/extensions/xep-0369.html</link>&gt;.</note>" >
<!ENTITY xep0370 "<span class='ref'><link url='http://xmpp.org/extensions/xep-0370.html'>Jingle HTTP Transport Method (XEP-0370)</link></span> <note>XEP-0370: Jingle HTTP Transport Method &lt;<link url='http://xmpp.org/extensions/xep-0370.html'>http://xmpp.org/extensions/xep-0370.html</link>&gt;.</note>" >
<!ENTITY xep0371 "<span class='ref'><link url='http://xmpp.org/extensions/xep-0371.html'>Jingle ICE Transport Method (XEP-0371)</link></span> <note>XEP-0371: Jingle ICE Transport Method &lt;<link url='http://xmpp.org/extensions/xep-0371.html'>http://xmpp.org/extensions/xep-0371.html</link>&gt;.</note>" >
<!ENTITY xep0372 "<span class='ref'><link url='http://xmpp.org/extensions/xep-0372.html'>References (XEP-0372)</link></span> <note>XEP-0372: References &lt;<link url='http://xmpp.org/extensions/xep-0372.html'>http://xmpp.org/extensions/xep-0372.html</link>&gt;.</note>" >