diff --git a/xep-0369.xml b/xep-0369.xml
index 893d6e68..a00f0056 100644
--- a/xep-0369.xml
+++ b/xep-0369.xml
@@ -43,6 +43,7 @@
Remove Legacy MIX Namespace;
Add mix element in message to hold MIX additional information;
+ Roster Update Clarifications;
It will be useful for a MIX client to know which roster members are MIX channels, as this will facilitate convenient presentation of subscribed MIX channels to the user. A standard roster item is encoded as follows. It is useful for a MIX client to know which roster members are MIX channels, as this will facilitate convenient presentation of subscribed MIX channels to the user. A standard roster item is encoded as follows.
- MIX channels in the roster have an attribute 'channel' set to true.
+ MIX channels in the roster have an empty element 'channel' included in the roster item.
+ A server following the MIX specification MUST determine whether or not a client supports MIX. The server will often have this information prior to the roster request, due to &xep0115; Entity Capabilities. If the server does not have this information it MUST use service discovery to determine it before providing roster information.
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).
+ When a server determines that a client has added or removed MIX capability, the entire roster MUST be sent and roster version reset. This is not a particularly efficient approach, but this is expected to be a rare event and so a simple approach is preferred. +