mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-30 23:10:10 -05:00
mick-register rename
This commit is contained in:
parent
57d2379701
commit
15f08a7947
@ -38,7 +38,7 @@
|
||||
&stpeter;
|
||||
<revision>
|
||||
<version>0.9.3</version>
|
||||
<date>2017-06-15</date>
|
||||
<date>2017-06-16</date>
|
||||
<initials>sek</initials>
|
||||
<remark><p>
|
||||
Remove Legacy MIX Namespace;
|
||||
@ -47,6 +47,7 @@
|
||||
Clarify when messages are delivered to clients;
|
||||
Extend Roster Get to select format;
|
||||
Ensure that text defining attributes and elements reference the namespace;
|
||||
Change mix_nick_register to nick-register;
|
||||
</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
@ -1403,12 +1404,12 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
from='mix.shakespeare.example'
|
||||
id='7nve413p'>
|
||||
<query xmlns='http://jabber.org/protocol/disco#info'/>
|
||||
<feature var='urn:xmpp:mix:0#mix_nick_register'/>
|
||||
<feature var='urn:xmpp:mix:0#nick-register'/>
|
||||
</query>
|
||||
</iq>
|
||||
]]></example>
|
||||
<p>
|
||||
The response will be a list of features of the MIX channel. If Nick Registration is supported, then the result set will include <feature var="urn:xmpp:mix:0#mix_nick_register"/>.
|
||||
The response will be a list of features of the MIX channel. If Nick Registration is supported, then the result set will include <feature var="urn:xmpp:mix:0#nick-register"/>.
|
||||
</p>
|
||||
<p>
|
||||
To register a nick with the MIX service the user sends
|
||||
|
Loading…
Reference in New Issue
Block a user