From f079e87f27c4ea6c9c2f8cf52ba36541f5fbfff6 Mon Sep 17 00:00:00 2001 From: Virtually Nick Date: Mon, 3 Apr 2023 19:46:48 -0400 Subject: [PATCH] GUACAMOLE-1642: Add support for specifying the VNC encodings parameter. --- .../main/resources/org/apache/guacamole/protocols/vnc.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json index a14b3dd26..525e1958e 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json @@ -57,6 +57,10 @@ "name" : "force-lossless", "type" : "BOOLEAN", "options" : [ "true" ] + }, + { + "name" : "encodings", + "type" : "TEXT" } ] },