crmepham / socket.chat

Secure and private chat service using Websockets.
GNU General Public License v2.0
6 stars 2 forks source link

User can cancel name input and enter chat room #12

Closed crmepham closed 9 years ago

crmepham commented 9 years ago

If user enters a username that already exists in the user list, they are prompted to enter another username.

If the user cancels this prompt they are given a name of "null" and enter the chat.

If user presses "cancel" don't initiate websocket connection.

crmepham commented 9 years ago

added null check