mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Correct retract syntax
This commit is contained in:
parent
291c69d45c
commit
d8832890ec
10
xep-0369.xml
10
xep-0369.xml
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user