1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-21 08:45:04 -05:00

Correct errors in Example 37

This commit is contained in:
Steve Kille 2018-05-04 08:47:47 +01:00
parent d8d98f18b8
commit 3a1b36be1c

View File

@ -46,6 +46,9 @@
New default for configuration nodes present;
Clarify configuration Last Change Made By;
Clarify Mandatory Presence;
Clarification of MIX annotation of roster updates;
</p></remark>
</revision>
<revision>
@ -1384,8 +1387,10 @@ This approach enables flexible support of multiple clients for a MIX channel pa
<message from='coven@mix.shakespeare.example'
to='hecate@shakespeare.example' id='f5pp2toz'>
<event xmlns='http://jabber.org/protocol/pubsub#event'>
<items node='urn:xmpp:mix:nodes:participants'>
<retract id='123456#coven@mix.shakespeare.example'/>
<items xmlns='urn:xmpp:mix:1' node='urn:xmpp:mix:nodes:participants'>
<item>
<retract id='123456#coven@mix.shakespeare.example'/>
</item>
</items>
</event>
</message>
@ -1393,8 +1398,10 @@ This approach enables flexible support of multiple clients for a MIX channel pa
<message from='coven@mix.shakespeare.example'
to='other-witch@shakespeare.example' id='bar'>
<event xmlns='http://jabber.org/protocol/pubsub#event'>
<items node='urn:xmpp:mix:nodes:presence'>
<retract id='123456#coven@mix.shakespeare.example/8765'/>
<items xmlns='urn:xmpp:mix:1' node='urn:xmpp:mix:nodes:presence' >
<item>
<retract id='123456#coven@mix.shakespeare.example/8765'/>
</item>
</items>
</event>
</message>