[Libreoffice-commits] online.git: loolwsd/protocol.txt

Ashod Nakashian ashod.nakashian at collabora.co.uk
Thu Apr 21 13:03:26 UTC 2016


 loolwsd/protocol.txt |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

New commits:
commit f83cc22db97714bd83ce2e26d865a7bb03617237
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Thu Apr 21 09:02:34 2016 -0400

    Documentation update for 'useractive' and 'userinactive'.
    
    Change-Id: I4e2f0923aa5d0f35c29c752b144e23b365e73bb0
    Reviewed-on: https://gerrit.libreoffice.org/24279
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/loolwsd/protocol.txt b/loolwsd/protocol.txt
index 1d2324d..ce45761 100644
--- a/loolwsd/protocol.txt
+++ b/loolwsd/protocol.txt
@@ -133,6 +133,21 @@ takeedit
 
     See 'editlock:' message in server -> client.
 
+useractive
+
+    Sent when the user regains focus or clicks within the active area to
+    disable the inactive state.
+    Will send invalidation and update notifications to force refreshing the screen.
+
+    See 'userinactive'.
+
+userinactive
+
+    Sent when the user has switched tabs or away from the Browser altogether.
+    It should throttle updates until the user is active again.
+
+    See 'useractive'.
+
 server -> client
 ================
 


More information about the Libreoffice-commits mailing list