mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Add participant ID to roster;
This commit is contained in:
parent
373f1b137e
commit
33dd5386b1
@ -44,6 +44,7 @@
|
||||
<initials>sek</initials>
|
||||
<remark>
|
||||
Discovery on Account rather than Server;
|
||||
Add participant ID to roster;
|
||||
</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
@ -541,12 +542,12 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
]]></example>
|
||||
|
||||
<p>
|
||||
MIX channels in the roster information returned in response to a request for this additional MIX information MUST have an element <channel/> qualified by the ‘urn:xmpp:mix:roster:0' namespace included in the roster item, as shown inf the following example.
|
||||
MIX channels in the roster information returned in response to a request for this additional MIX information MUST have an element <channel/> qualified by the ‘urn:xmpp:mix:roster:0' namespace included in the roster item. The <channel/> element MUST also include a 'participant-id' attribute that is the stable ID of the client. This facilitates the client to match messages that reference this stable ID. A MIX extended roster item is shown in the following example.
|
||||
</p>
|
||||
|
||||
<example caption="Roster Item Encoding of a MIX Channel"><![CDATA[
|
||||
<item jid='balcony@example.net'>
|
||||
<channel xmlns='urn:xmpp:mix:roster:0'/>
|
||||
<channel xmlns='urn:xmpp:mix:roster:0' participant-id='123456'/>
|
||||
</item>
|
||||
]]></example>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user