necouchman commented on code in PR #358:
URL: https://github.com/apache/guacamole-server/pull/358#discussion_r1016687638
##########
src/libguac/guacamole/user.h:
##########
@@ -89,6 +89,12 @@ struct guac_user_info {
*/
int optimal_resolution;
+ /**
+ * The human-readable name of the Guacamole user. If the client does not
+ * provide a name then this will be NULL.
+ */
+ const char* username;
Review Comment:
Okay, I've renamed this from `username` to `name` throughout the code,
including during the various handshake operations. Just need to update
client-side code, now...
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]