mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-07 02:40:22 -05:00
use of required in stream feature
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3332 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
54291c1846
commit
c33637ce92
@ -385,11 +385,12 @@ send: <db:verify
|
||||
<example caption="Stream Features"><![CDATA[
|
||||
<stream:features>
|
||||
<dialback xmlns='urn:xmpp:features:dialback'>
|
||||
<optional/>
|
||||
<required/>
|
||||
<errors/>
|
||||
</dialback>
|
||||
</stream:features>
|
||||
]]></example>
|
||||
<p>Note: If the Sender Domain was authenticated using SASL, the <dialback/> element SHOULD NOT be present in stream features. If a server offers both SASL and dialback, dialback SHOULD be <required/> and SASL <optional/>.</p>
|
||||
<p>As mentioned, support for the server dialback protocol can also be advertised by including the dialback namespace declaration in a stream header.</p>
|
||||
<example caption="Stream Header"><![CDATA[
|
||||
<stream:stream
|
||||
|
Loading…
Reference in New Issue
Block a user