corrected examples

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3960 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2010-02-22 03:56:24 +00:00
parent 4cfb068297
commit 50c142aa3d
1 changed files with 3 additions and 3 deletions

View File

@ -427,7 +427,7 @@
]]></example>
<example caption='Local server receives associated services from target server'><![CDATA[<iq type='result' from='header2.org' to='header1.org' id='id_3'>
<query xmlns='http://jabber.org/protocol/disco#items>
<query xmlns='http://jabber.org/protocol/disco#items'>
<item jid='multicast.header2.org'
name='Multicast Service'/>
</query>
@ -468,7 +468,7 @@
<body>Hello, World!</body>
</message>
<message to='cc@header2.org' from='a@header1.org/work'>
<address xmlns='http://jabber.org/protocol/address'>
<addresses xmlns='http://jabber.org/protocol/address'>
<address type='to' jid='to@header1.org' delivered='true'/>
<address type='cc' jid='cc@header1.org' delivered='true'/>
<address type='to' jid='to@header2.org' delivered='true'/>
@ -479,7 +479,7 @@
<body>Hello, World!</body>
</message>
<message to='bcc@header2.org' from='a@header1.org/work'>
<address xmlns='http://jabber.org/protocol/address'>
<addresses xmlns='http://jabber.org/protocol/address'>
<address type='to' jid='to@header1.org' delivered='true'/>
<address type='cc' jid='cc@header1.org' delivered='true'/>
<address type='to' jid='to@header2.org' delivered='true'/>