From dbc4a7f915aebcf00361735380402ad2b1c6add1 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 22 Oct 2012 17:06:30 -0700 Subject: [PATCH] Add audio/video/size instructions. --- .../protocol/GuacamoleInstruction.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/guacamole-common/src/main/java/net/sourceforge/guacamole/protocol/GuacamoleInstruction.java b/guacamole-common/src/main/java/net/sourceforge/guacamole/protocol/GuacamoleInstruction.java index 0f2a81bf5..028955c28 100644 --- a/guacamole-common/src/main/java/net/sourceforge/guacamole/protocol/GuacamoleInstruction.java +++ b/guacamole-common/src/main/java/net/sourceforge/guacamole/protocol/GuacamoleInstruction.java @@ -53,6 +53,25 @@ public class GuacamoleInstruction { */ public enum Operation { + + /** + * Message sent from client to server specifying the optimal or + * desired screen size. + */ + CLIENT_SIZE("size"), + + /** + * Message sent from client to server specifying which audio mimetypes + * are supported. + */ + CLIENT_AUDIO("audio"), + + /** + * Message sent from client to server specifying which video mimetypes + * are supported. + */ + CLIENT_VIDEO("video"), + /** * Message sent from client to server specifying which protocol is * to be used.