loolwsd/protocol.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit cb189234b07208dd10093958b2320cd659f8224a Author: Miklos Vajna <[email protected]> Date: Wed Nov 18 17:53:03 2015 +0100 loolwsd: describe so far undocumented part= parameter of the load command diff --git a/loolwsd/protocol.txt b/loolwsd/protocol.txt index 21de54c..25c6111 100644 --- a/loolwsd/protocol.txt +++ b/loolwsd/protocol.txt @@ -52,7 +52,9 @@ load <pathname> Deprecated. -load url=<url> [timestamp=<time>] +load [part=<partNumber>] url=<url> [timestamp=<time>] + + part is an optional parameter. <partNumber> is a number. timestamp is an optional parameter. <time> is provided in microseconds since the Unix epoch - midnight, January 1, 1970. _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
