1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-12-21 23:28:51 -05:00

Corrections to roster encoding

This commit is contained in:
Steve Kille 2017-02-09 08:05:53 +00:00 committed by Sam Whited
parent 4e5db59567
commit 3dff15fcba

View File

@ -2265,7 +2265,11 @@ the participant is not be subscribed to all nodes associated with the channel (i
]]></example>
<p>
When sending roster information to a client that advertises MIX capability, the server MUST return all MIX channels and MUST use this encoding. Where a client does not advertize MIX capability, the server MUST NOT return MIX channels as roster items.
When sending roster information to a client that advertises MIX capability, the server MUST return all MIX channels and MUST use this encoding. Presence of MIX roster items MUST be set to offline (unavailable).
</p>
<p>
Where a client does not advertize MIX capability, the server MAY choose to not return MIX channels as roster items. If this is done care needs to be taken, in particular around support of roster versioning &xep0237;.
</p>
</section2>