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:
Ian Paterson 2007-06-12 09:07:37 +00:00
parent 34be91d692
commit f2eae2bd9d
1 changed files with 0 additions and 4 deletions

View File

@ -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>