mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
corrected examples
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3981 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
d980f24094
commit
6a40cbbcbc
@ -595,15 +595,8 @@
|
|||||||
<section1 topic='Stream Feature' anchor='streamfeature'>
|
<section1 topic='Stream Feature' anchor='streamfeature'>
|
||||||
<p><cite>RFC 3920</cite> defines methods for advertising feature support during stream negotiation. For the sake of efficiency, it may be desirable for a server to advertise support for in-band registration as a stream feature. The namespace for reporting support within <stream:features/> is "http://jabber.org/features/iq-register". Upon receiving a stream header qualified by the 'jabber:client' namespace, a server returns a stream header to the client and MAY announce support for in-band registration by including the relevant stream feature:</p>
|
<p><cite>RFC 3920</cite> defines methods for advertising feature support during stream negotiation. For the sake of efficiency, it may be desirable for a server to advertise support for in-band registration as a stream feature. The namespace for reporting support within <stream:features/> is "http://jabber.org/features/iq-register". Upon receiving a stream header qualified by the 'jabber:client' namespace, a server returns a stream header to the client and MAY announce support for in-band registration by including the relevant stream feature:</p>
|
||||||
<example caption='Advertising registration as a stream feature'><![CDATA[
|
<example caption='Advertising registration as a stream feature'><![CDATA[
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
|
||||||
<stream:stream xmlns:stream='http://etherx.jabber.org/streams/'
|
|
||||||
xmlns='jabber:client'
|
|
||||||
from='somedomain'
|
|
||||||
version='1.0'>
|
|
||||||
<stream:features>
|
<stream:features>
|
||||||
...
|
|
||||||
<register xmlns='http://jabber.org/features/iq-register'/>
|
<register xmlns='http://jabber.org/features/iq-register'/>
|
||||||
...
|
|
||||||
</stream:features>
|
</stream:features>
|
||||||
]]></example>
|
]]></example>
|
||||||
<p>A server SHOULD NOT advertise in-band registration to another server (i.e., if the initial stream header was qualified by the 'jabber:server' namespace).</p>
|
<p>A server SHOULD NOT advertise in-band registration to another server (i.e., if the initial stream header was qualified by the 'jabber:server' namespace).</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user