mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-1293: Change msg instruction to code plus arguments.
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user