mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-422: Merge support for forwarding client timezone at Guacamole protocol level.
This commit is contained in:
		| @@ -199,6 +199,10 @@ | ||||
|                 { | ||||
|                     "name"  : "static-channels", | ||||
|                     "type"  : "TEXT" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "timezone", | ||||
|                     "type"  : "TIMEZONE" | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|   | ||||
| @@ -97,9 +97,13 @@ | ||||
|                     "options" : [ "", "127", "8" ] | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "terminal-type", | ||||
|                     "name"    : "terminal-type", | ||||
|                     "type"    : "ENUM", | ||||
|                     "options" : [ "", "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ] | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"    : "timezone", | ||||
|                     "type"    : "TIMEZONE" | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user