mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
Correct errors in Example 37
This commit is contained in:
parent
d8d98f18b8
commit
3a1b36be1c
11
xep-0369.xml
11
xep-0369.xml
@ -46,6 +46,9 @@
|
|||||||
New default for configuration nodes present;
|
New default for configuration nodes present;
|
||||||
Clarify configuration Last Change Made By;
|
Clarify configuration Last Change Made By;
|
||||||
Clarify Mandatory Presence;
|
Clarify Mandatory Presence;
|
||||||
|
Clarification of MIX annotation of roster updates;
|
||||||
|
|
||||||
|
|
||||||
</p></remark>
|
</p></remark>
|
||||||
</revision>
|
</revision>
|
||||||
<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'
|
<message from='coven@mix.shakespeare.example'
|
||||||
to='hecate@shakespeare.example' id='f5pp2toz'>
|
to='hecate@shakespeare.example' id='f5pp2toz'>
|
||||||
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
||||||
<items node='urn:xmpp:mix:nodes:participants'>
|
<items xmlns='urn:xmpp:mix:1' node='urn:xmpp:mix:nodes:participants'>
|
||||||
|
<item>
|
||||||
<retract id='123456#coven@mix.shakespeare.example'/>
|
<retract id='123456#coven@mix.shakespeare.example'/>
|
||||||
|
</item>
|
||||||
</items>
|
</items>
|
||||||
</event>
|
</event>
|
||||||
</message>
|
</message>
|
||||||
@ -1393,8 +1398,10 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
|||||||
<message from='coven@mix.shakespeare.example'
|
<message from='coven@mix.shakespeare.example'
|
||||||
to='other-witch@shakespeare.example' id='bar'>
|
to='other-witch@shakespeare.example' id='bar'>
|
||||||
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
||||||
<items node='urn:xmpp:mix:nodes:presence'>
|
<items xmlns='urn:xmpp:mix:1' node='urn:xmpp:mix:nodes:presence' >
|
||||||
|
<item>
|
||||||
<retract id='123456#coven@mix.shakespeare.example/8765'/>
|
<retract id='123456#coven@mix.shakespeare.example/8765'/>
|
||||||
|
</item>
|
||||||
</items>
|
</items>
|
||||||
</event>
|
</event>
|
||||||
</message>
|
</message>
|
||||||
|
Loading…
Reference in New Issue
Block a user