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 2022/07/25 18:22:27 UTC

[GitHub] [guacamole-client] necouchman commented on a diff in pull request #668: GUACAMOLE-1293: Add client-side support for receiving join and leave notifications.

necouchman commented on code in PR #668:
URL: https://github.com/apache/guacamole-client/pull/668#discussion_r929173246


##########
guacamole-common-js/src/main/webapp/modules/Client.js:
##########
@@ -1824,3 +1844,31 @@ Guacamole.Client.DefaultTransferFunction = {
     }
 
 };
+
+/**
+ * A list of possible messages that can be sent by the server and displayed to
+ * the client.
+ * 
+ * @type {!Object.<string, number>}
+ */
+Guacamole.Client.Message = {
+    
+    /**
+     * A client message that indicates that a user has joined an existing
+     * connection. This message xpects a single additional argument - the

Review Comment:
   That's the hip (read: lazy SMS) way to spell it.
   
   Fixd.



-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@guacamole.apache.org

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