GUACAMOLE-1293: Change msg instruction to code plus arguments.

This commit is contained in:
Virtually Nick
2022-04-11 13:37:13 -04:00
parent d0b5ffe967
commit 871ffe7288
7 changed files with 152 additions and 15 deletions

View File

@@ -56,8 +56,8 @@ public class GuacamoleProtocolVersion {
/**
* Protocol version 1.5.0, which introduces the "msg" instruction, allowing
* the server to send message notifications that will be displayed on the
* client. The version also adds support for the "name" handshake
* instruction, allowing guacd to store the name of the user who is
* client. The version also adds support for the "username" handshake
* instruction, allowing guacd to store the username of the user who is
* accessing the connection.
*/
public static final GuacamoleProtocolVersion VERSION_1_5_0 = new GuacamoleProtocolVersion(1, 5, 0);