mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
corrected examples
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3976 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
d08bc7e9c8
commit
540ae9cf67
@ -105,8 +105,8 @@
|
||||
<example caption="Stream features advertisement"><![CDATA[
|
||||
<stream:features>
|
||||
<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
|
||||
<mechanism>DIGEST-MD5<mechanism>
|
||||
<mechanism>ANONYMOUS<mechanism>
|
||||
<mechanism>DIGEST-MD5</mechanism>
|
||||
<mechanism>ANONYMOUS</mechanism>
|
||||
</mechanisms>
|
||||
</stream:features>
|
||||
]]></example>
|
||||
@ -175,7 +175,7 @@
|
||||
to='requester@example.com/foo'
|
||||
type='result'>
|
||||
<query xmlns='http://jabber.org/protocol/disco#info'>
|
||||
<identity category='account' type='anonymous'>
|
||||
<identity category='account' type='anonymous'/>
|
||||
<feature var='http://jabber.org/protocol/disco#info'/>
|
||||
<feature var='http://jabber.org/protocol/disco#items'/>
|
||||
</query>
|
||||
|
Loading…
Reference in New Issue
Block a user