mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUACAMOLE-47: Change new token names to something more descriptive.
This commit is contained in:
		| @@ -45,12 +45,12 @@ public class StandardTokens { | ||||
|     /** | ||||
|      * The name of the client token added via addStandardTokens(). | ||||
|      */ | ||||
|     public static final String REMHOST_TOKEN = "GUAC_REMHOST"; | ||||
|     public static final String REMHOST_TOKEN = "GUAC_CLIENT_HOSTNAME"; | ||||
|  | ||||
|     /** | ||||
|      * The IP of the client token added via addStandardTokens(). | ||||
|      */ | ||||
|     public static final String REMIP_TOKEN = "GUAC_REMIP"; | ||||
|     public static final String REMIP_TOKEN = "GUAC_CLIENT_ADDRESS"; | ||||
|  | ||||
|     /** | ||||
|      * The name of the date token (server-local time) added via | ||||
|   | ||||
		Reference in New Issue
	
	Block a user