mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Change query to setnick for setting Nick
This commit is contained in:
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…
Reference in New Issue
Block a user