mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
Channel moves from element to attribute
This commit is contained in:
parent
64123f94e8
commit
d95e6a87dc
@ -2217,12 +2217,11 @@ the participant is not be subscribed to all nodes associated with the channel (i
|
||||
from='hag66@shakespeare.example/pda'
|
||||
to='hag66@shakespeare.example'
|
||||
id='E6E10350-76CF-40C6-B91B-1EA08C332FC7'>
|
||||
<join xmlns='urn:xmpp:mix:0'>
|
||||
<channel jid='coven@mix.shakespeare.example'/>
|
||||
<join xmlns='urn:xmpp:mix:0'
|
||||
channel='coven@mix.shakespeare.example'>
|
||||
<subscribe node='urn:xmpp:mix:nodes:messages'/>
|
||||
<subscribe node='urn:xmpp:mix:nodes:presence'/>
|
||||
<subscribe node='urn:xmpp:mix:nodes:participants'/>
|
||||
<subscribe node='urn:xmpp:mix:nodes:subject'/>
|
||||
<subscribe node='urn:xmpp:mix:nodes:config'/>
|
||||
</join>
|
||||
</iq>
|
||||
|
Loading…
Reference in New Issue
Block a user