mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
fixed stream features in 2 examples
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@931 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
34be91d692
commit
f2eae2bd9d
@ -101,8 +101,6 @@ Content-Length: 674
|
||||
<mechanism>DIGEST-MD5</mechanism>
|
||||
<mechanism>PLAIN</mechanism>
|
||||
</mechanisms>
|
||||
<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
|
||||
<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
|
||||
</stream:features>
|
||||
</body>]]></example>
|
||||
|
||||
@ -121,8 +119,6 @@ Content-Length: 483
|
||||
<mechanism>DIGEST-MD5</mechanism>
|
||||
<mechanism>PLAIN</mechanism>
|
||||
</mechanisms>
|
||||
<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
|
||||
<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
|
||||
</stream:features>
|
||||
</body>]]></example>
|
||||
<p>Note: The client SHOULD ignore any Transport Layer Security (TLS) feature since BOSH channel encryption SHOULD be negotiated at the HTTP layer.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user