mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-22 07:38:52 -05:00
XEP-0389: move Disco section to the top
This commit is contained in:
parent
05eaea263d
commit
9a7d41bcd8
28
xep-0389.xml
28
xep-0389.xml
@ -196,6 +196,20 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</section1>
|
</section1>
|
||||||
<section1 topic='Discovering Support' anchor='disco'>
|
<section1 topic='Discovering Support' anchor='disco'>
|
||||||
|
<p>
|
||||||
|
Clients, servers, and other services such as components that support
|
||||||
|
Extensible IBR MUST advertise the fact by including a feature of
|
||||||
|
"urn::xmpp:register:0" in response to &xep0030; information requests and in
|
||||||
|
their &xep0115; profiles.
|
||||||
|
</p>
|
||||||
|
<example caption='Disco info response'><![CDATA[
|
||||||
|
<query xmlns='http://jabber.org/protocol/disco#info'>
|
||||||
|
…
|
||||||
|
<feature var='urn:xmpp:register:0' />
|
||||||
|
…
|
||||||
|
</query>]]></example>
|
||||||
|
</section1>
|
||||||
|
<section1 topic='Registration Flows' anchor='flows'>
|
||||||
<section2 topic='Stream Feature'>
|
<section2 topic='Stream Feature'>
|
||||||
<p>
|
<p>
|
||||||
If a server supports registering for or recovering an account using
|
If a server supports registering for or recovering an account using
|
||||||
@ -271,20 +285,6 @@
|
|||||||
</flow>
|
</flow>
|
||||||
</recovery>
|
</recovery>
|
||||||
</stream:features>]]></example>
|
</stream:features>]]></example>
|
||||||
</section2>
|
|
||||||
<section2 topic='Service Discovery'>
|
|
||||||
<p>
|
|
||||||
Clients, servers, and other services such as components that support
|
|
||||||
Extensible IBR MUST advertise the fact by including a feature of
|
|
||||||
"urn::xmpp:register:0" in response to &xep0030; information requests and
|
|
||||||
in their &xep0115; profiles.
|
|
||||||
</p>
|
|
||||||
<example caption='Disco info response'><![CDATA[
|
|
||||||
<query xmlns='http://jabber.org/protocol/disco#info'>
|
|
||||||
…
|
|
||||||
<feature var='urn:xmpp:register:0' />
|
|
||||||
…
|
|
||||||
</query>]]></example>
|
|
||||||
</section2>
|
</section2>
|
||||||
<section2 topic='Retrieving the Flows'>
|
<section2 topic='Retrieving the Flows'>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user