From 81ccf5017c754f42f87c96b99c120caf36055ca1 Mon Sep 17 00:00:00 2001 From: Steve Kille Date: Fri, 30 Sep 2016 14:35:47 +0100 Subject: [PATCH] Clarification of bookmarks and MIX proxy --- xep-0369.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xep-0369.xml b/xep-0369.xml index 59c92c34..52cefa8f 100644 --- a/xep-0369.xml +++ b/xep-0369.xml @@ -183,11 +183,11 @@
  • The MIX Proxy will only send messages to online clients and will discard messages if no clients are online. This means that a MIX client needs to resynchronize with the MIX service when it comes online. This synchronization will happen directly between the MIX client and MIX channel.
  • -
  • The MIX Proxy will know which channels are subscribed to, and so can provide a bookmark service to the MIX clients.
  • +
  • The MIX Proxy will know which channels are subscribed to, and so can send this list to a MIX client. Because channel subscriptions are long term, this information will be used instead of the bookmark approach used with MUC.
  • The MIX Proxy will manage channel registration and de-registration in the user's roster.
  • -
  • Different clients may wish to access different channels (e.g., a mobile client may only access a subset of the channels in which a user is interested). The MIX Proxy will handle sending messages only to the clients that wish for them using a profile mechanism.
  • +
  • Different clients may wish to access different channels (e.g., a mobile client may only access a subset of the channels in which a user is interested). The MIX Proxy MAY handle sending messages only to the clients that wish for them, perhaps using a profile mechanism.
  • Messages being sent from MIX channel to MIX Proxy (which will be of type=groupchat) and presence information are sent to the bare JID. This means that the MIX Proxy will use a modification of the standard &rfc6121; rules.