You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2020/07/30 07:28:47 UTC

[GitHub] [guacamole-client] knacktim edited a comment on pull request #430: GUACAMOLE-221: Client-side changes for parameter prompting

knacktim edited a comment on pull request #430:
URL: https://github.com/apache/guacamole-client/pull/430#issuecomment-665990251


   @necouchman Do we need to add:
   ```
       /**
        * Protocol version 1.3.0, which supports the "required" instruction,
        * allowing connections in guacd to request information from the client and
        * await a response.
        */
       public static final GuacamoleProtocolVersion VERSION_1_3_0 = new GuacamoleProtocolVersion(1, 3, 0);
   ```
   
   to GuacamoleProtocolVersion.java for this?  (this is for my personal understanding for how all of this is working :) )
   
   I see the guacd side verifying that the connection is 1_3_0 before going to the `required` code flow.  Which lead me to this question


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org