Correct retract syntax

This commit is contained in:
Steve Kille 2018-12-11 09:33:48 +00:00
parent 291c69d45c
commit d8832890ec
1 changed files with 5 additions and 5 deletions

View File

@ -1104,11 +1104,11 @@
<example caption="Participant Node Subscriber is Notified of Participant Removal"><![CDATA[ <example caption="Participant Node Subscriber is Notified of Participant Removal"><![CDATA[
<message from='coven@mix.shakespeare.example' <message from='coven@mix.shakespeare.example'
to='hecate@shakespeare.example' id='f5pp2toz'> to='hecate@shakespeare.example' id='f5pp2toz'>
<pubsub xmlns='http://jabber.org/protocol/pubsub'> <event xmlns='http://jabber.org/protocol/pubsub#event'>
<retract node='urn:xmpp:mix:nodes:participants'> <items node='urn:xmpp:mix:nodes:participants'>
<item id='123456'/> <retract id='123456'/>
</retract> </items>
</pubsub> </event>
</message> </message>
]]></example> ]]></example>