necouchman commented on code in PR #192:
URL: https://github.com/apache/guacamole-manual/pull/192#discussion_r1085985822
##########
src/protocol-reference.rst:
##########
@@ -713,6 +713,23 @@ Streaming instructions
:arg string filename:
The name of the file, as it would be saved on a filesystem.
+.. guac:instruction:: msg
+ :sent-by: server
+ :phase: interactive
+
+ Sends a message from the server (gaucd) to the client. The nature of these
+ messages is intentionally ambiguous and flexible - the message must include
+ a numeric code that the client understands and can act on, and may also
+ include one or more arguments that can be used by the client in association
+ with the message.
+
+ :arg integer msg:
+ A numeric value indicating the message that is being passed to the
client.
Review Comment:
Okay, will add them after the status codes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]