mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 00:35:02 -05:00
Accepting 'references' ProtoXEP as XEP-0372
This commit is contained in:
parent
e6ca94686d
commit
0bea53c6c2
@ -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&s features'><![CDATA[
|
||||
<example caption='Client queries for contact's features'><![CDATA[
|
||||
<iq type='get'
|
||||
id='disco1'
|
||||
from='romeo@montegue.lit/30d3d8'
|
||||
@ -57,7 +63,7 @@
|
||||
</iq>
|
||||
]]></example>
|
||||
|
||||
<example caption='Contact&s client responds with features'><![CDATA[
|
||||
<example caption='Contact's client responds with features'><![CDATA[
|
||||
<iq type='result'
|
||||
id='disco1'
|
||||
from='juliet@capulet.lit/sabo239'
|
1
xep.ent
1
xep.ent
@ -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) <<link url='http://xmpp.org/extensions/xep-0369.html'>http://xmpp.org/extensions/xep-0369.html</link>>.</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 <<link url='http://xmpp.org/extensions/xep-0370.html'>http://xmpp.org/extensions/xep-0370.html</link>>.</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 <<link url='http://xmpp.org/extensions/xep-0371.html'>http://xmpp.org/extensions/xep-0371.html</link>>.</note>" >
|
||||
<!ENTITY xep0372 "<span class='ref'><link url='http://xmpp.org/extensions/xep-0372.html'>References (XEP-0372)</link></span> <note>XEP-0372: References <<link url='http://xmpp.org/extensions/xep-0372.html'>http://xmpp.org/extensions/xep-0372.html</link>>.</note>" >
|
||||
|
Loading…
Reference in New Issue
Block a user