1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-24 02:02:16 -05:00

corrected errors in stream features

This commit is contained in:
stpeter 2011-08-26 11:13:57 -06:00
parent b8a5a5d60f
commit 0dcc653190

View File

@ -192,12 +192,8 @@ S: <stream:stream
version='1.0'>
S: <stream:features>
<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
<required/>
</bind>
<sm xmlns='urn:xmpp:sm:3'>
<optional/>
</sm>
<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>
]]></example>
</section1>