corrected examples

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3976 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2010-02-22 04:42:29 +00:00
parent d08bc7e9c8
commit 540ae9cf67
1 changed files with 3 additions and 3 deletions

View File

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