Create unique user ID for each HELLO message, delete upon REMOVE message
If a HELLO
message is sent to the server, server will reply back with a unique user ID. If a REMOVE <uuid>
is passed as a message, server will handle the request and remove the user from list of known users if possible.