GUACAMOLE-422: Merge support for forwarding client timezone at Guacamole protocol level.

This commit is contained in:
Mike Jumper
2019-06-07 08:53:49 -07:00
committed by GitHub
17 changed files with 519 additions and 9 deletions

View File

@@ -199,6 +199,10 @@
{
"name" : "static-channels",
"type" : "TEXT"
},
{
"name" : "timezone",
"type" : "TIMEZONE"
}
]
},

View File

@@ -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"
}
]
},