guacamole-server
guacamole-server copied to clipboard
GUACAMOLE-1293: Add support for notifying that a user has joined an existing connection.
This pull request adds support for notifying the connection owner that another user has joined their connection. This is broken up into three commits - the first adds the underlying support for the "msg" instruction and updates the protocol accordingly, the second adds support for the "name" handshake instruction, allowing guacd to have a human-readable user name, and the third the actual support for sending the notification.
I'm sure it needs some work and clean-up, and there may be better approaches, but I took a shot :-D.
@jmuehlner I think this one is also ready for another review.
Awesome! Having a look.
As with https://github.com/apache/guacamole-client/pull/668, I have a few minor nitpicks, but this overall looks pretty good to me.
I'm curious if @mike-jumper has any thoughts.
Thanks @mike-jumper - I think I've addressed everything, and have confirmed it compiles. Need to update some of the client-side code, as well.