GUAC-298: Add VNC parameter for clipboard encoding.

This commit is contained in:
Michael Jumper
2015-07-27 18:52:39 -07:00
parent 854c2d874b
commit e4b09fb58e
2 changed files with 19 additions and 0 deletions

View File

@@ -52,6 +52,17 @@
]
},
{
"name" : "clipboard",
"fields" : [
{
"name" : "clipboard-encoding",
"type" : "ENUM",
"options" : [ "", "ISO8859-1", "UTF-8", "UTF-16", "CP1252" ]
}
]
},
{
"name" : "repeater",
"fields" : [