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[
<message from='coven@mix.shakespeare.example'
to='hecate@shakespeare.example' id='f5pp2toz'>
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
<retract node='urn:xmpp:mix:nodes:participants'>
<item id='123456'/>
</retract>
</pubsub>
<event xmlns='http://jabber.org/protocol/pubsub#event'>
<items node='urn:xmpp:mix:nodes:participants'>
<retract id='123456'/>
</items>
</event>
</message>
]]></example>