Change query to setnick for setting Nick

hacx
Steve Kille 6 years ago committed by Sam Whited
parent 69919545c2
commit 3d35b24f57

@ -45,6 +45,7 @@
Remove namespace references in Info/Config nodes;
Modify Participant and JID Map syntaxes;
Clarifications on subscription to participants node and using this to receive Nick changes;
Replace use of "query" as MIX defined operations for setting nick;
</p></remark>
</revision>
<revision>
@ -1348,9 +1349,9 @@ This approach enables flexible support of multiple clients for a MIX channel pa
from='hag66@shakespeare.example/UUID-a1j/7533'
to='coven@mix.shakespeare.example'
id='7nve413p'>
<query xmlns='urn:xmpp:mix:0'>
<setnick xmlns='urn:xmpp:mix:0'>
<nick>thirdwitch</nick>
</query>
</setnick>
</iq>
]]></example>
@ -1363,9 +1364,9 @@ This approach enables flexible support of multiple clients for a MIX channel pa
from='coven@mix.shakespeare.example'
to'hag66@shakespeare.example/UUID-a1j/7533'
id='7nve413p'>
<query xmlns='urn:xmpp:mix:0'>
<setnick xmlns='urn:xmpp:mix:0'>
<nick>thirdwitch</nick>
</query>
</setnick>
</iq>
]]></example>
</section3>

Loading…
Cancel
Save