mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-30 23:10:10 -05:00
Fix xmpp:nodes to xmpp:mix:nodes
This commit is contained in:
parent
a09053ebd2
commit
16f4985716
16
xep-0369.xml
16
xep-0369.xml
@ -822,7 +822,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
to='coven@mix.shakespeare.lit'
|
||||
type='get'>
|
||||
<pubsub xlns='http://jabber.org/protocol/pubsub'>
|
||||
<items node='urn:xmpp:nodes:info'/>
|
||||
<items node='urn:xmpp:mix:nodes:info'/>
|
||||
</pubsub>
|
||||
</iq>
|
||||
]]></example>
|
||||
@ -832,7 +832,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
to='hag66@shakespeare.example/UUID-c8y/1573'
|
||||
type='result'>
|
||||
<pubsub xlns='http://jabber.org/protocol/pubsub'>
|
||||
<items node='urn:xmpp:nodes:info>>
|
||||
<items node='urn:xmpp:mix:nodes:info>>
|
||||
<item>
|
||||
<item id='2016-05-30T09:00:00' xmlns='urn:xmpp:mix:0'>
|
||||
<x xmlns='jabber:x:data' type='result'>
|
||||
@ -865,7 +865,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
to='coven@mix.shakespeare.lit'
|
||||
type='get'>
|
||||
<pubsub xlns='http://jabber.org/protocol/pubsub'>
|
||||
<items node='urn:xmpp:nodes:participants'/>
|
||||
<items node='urn:xmpp:mix:nodes:participants'/>
|
||||
</pubsub>
|
||||
</iq>
|
||||
]]></example>
|
||||
@ -875,7 +875,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
to='hag66@shakespeare.example/UUID-c8y/1573'
|
||||
type='result'>
|
||||
<pubsub xlns='http://jabber.org/protocol/pubsub'>
|
||||
<items node='urn:xmpp:nodes:participants'>
|
||||
<items node='urn:xmpp:mix:nodes:participants'>
|
||||
<item jid='123456#coven@mix.shakespeare.example' nick='thirdwitch'>
|
||||
<item jid='87123#coven@mix.shakespeare.example' nick='top witch'>
|
||||
</items>
|
||||
@ -1489,7 +1489,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
to='coven@mix.shakespeare.lit'
|
||||
type='get'>
|
||||
<pubsub xlns='http://jabber.org/protocol/pubsub'>
|
||||
<items node='urn:xmpp:nodes:jidmap'>
|
||||
<items node='urn:xmpp:mix:nodes:jidmap'>
|
||||
<item id='123456#coven@mix.shakespeare.example'/>
|
||||
</items>
|
||||
</pubsub>
|
||||
@ -1500,7 +1500,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
to='hag66@shakespeare.example/UUID-c8y/1573'
|
||||
type='result'>
|
||||
<pubsub xlns='http://jabber.org/protocol/pubsub'>
|
||||
<items node='urn:xmpp:nodes:jidmap'>
|
||||
<items node='urn:xmpp:mix:nodes:jidmap'>
|
||||
<item id='123456#coven@mix.shakespeare.example'>
|
||||
<participant xmlns='urn:xmpp:mix:0'
|
||||
jid='hecate@mix.shakespeare.example'/>
|
||||
@ -1523,7 +1523,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
type='set'>
|
||||
<query xlns='urn:xmpp:mam:2'
|
||||
queryid='f28'
|
||||
node='urn:xmpp:nodes:jidmap'>
|
||||
node='urn:xmpp:mix:nodes:jidmap'>
|
||||
<x xmlns='jabber:x:data' type='submit'>
|
||||
<field var='FORM_TYPE' type='hidden'>
|
||||
<value>urn:xmpp:mam:2</value>
|
||||
@ -1541,7 +1541,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
<delay xmlns='urn:xmpp:delay' stamp='2010-07-10T23:08:25Z'/>
|
||||
<message xmlns="jabber:client">
|
||||
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
||||
<items node='urn:xmpp:nodes:jidmap'>
|
||||
<items node='urn:xmpp:mix:nodes:jidmap'>
|
||||
<item id='123456#coven@mix.shakespeare.example'>
|
||||
<participant xmlns='urn:xmpp:mix:0'
|
||||
jid='hecate@mix.shakespeare.example'/>
|
||||
|
Loading…
Reference in New Issue
Block a user