Document the 'pong' message
Should the 'pong' have a colon to match other server->client messages? Consistency is a virtue.
This commit is contained in:
parent
78b2fae7e9
commit
2c93bd6e89
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue