1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-12-21 23:28:51 -05:00

XEP-0389: move Disco section to the top

This commit is contained in:
Sam Whited 2020-05-06 09:20:28 -04:00
parent 05eaea263d
commit 9a7d41bcd8

View File

@ -196,6 +196,20 @@
</ul>
</section1>
<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'>
<p>
If a server supports registering for or recovering an account using
@ -271,20 +285,6 @@
</flow>
</recovery>
</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 topic='Retrieving the Flows'>
<p>