ucsb-cs56-projects / cs56-networking-chat

-
1 stars 6 forks source link

Anonymous Connection #22

Open lynchifer opened 8 years ago

lynchifer commented 8 years ago

Allow for users to connect anonymously to chat rooms. Anonymous users should have a unique key identifier visible to everyone in the chat so you can tell which anonymous user is which.

400pts

jmangel commented 7 years ago

F16 OK (250 pts)

seemantasaha commented 6 years ago

Every user will have an id and name. When user selects to join group as anonymous instead of showing their name, it should show that id. Or, it could be a randomly picked one which will remain same for that group as long as the user is not leaving that group.

W18 OK. 200 points.