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

Tor Lillqvist tml at collabora.com
Thu Sep 29 11:45:02 UTC 2016


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

New commits:
commit 2c93bd6e8982e2d7b1c33b9f221e36348552d215
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Sep 29 14:40:56 2016 +0300

    Document the 'pong' message
    
    Should the 'pong' have a colon to match other server->client messages?
    Consistency is a virtue.

diff --git a/loolwsd/protocol.txt b/loolwsd/protocol.txt
index c507443..c22babf 100644
--- a/loolwsd/protocol.txt
+++ b/loolwsd/protocol.txt
@@ -246,6 +246,10 @@ nextmessage: size=<byteSize>
     must be handled by clients that cannot (like those using Poco
     1.6.0.
 
+pong
+
+    sent in reply to a 'ping' message
+
 status: type=<typeName> parts=<numberOfParts> current=<currentPartNumber> width=<width> height=<height> viewid=<viewId> [partNames]
 
     <typeName> is 'text, 'spreadsheet', 'presentation', 'drawing' or 'other. Others are numbers.


More information about the Libreoffice-commits mailing list