mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
corrected examples
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3960 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
4cfb068297
commit
50c142aa3d
@ -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'/>
|
||||
|
Loading…
Reference in New Issue
Block a user