ucsb-cs56-projects / cs56-networking-chat

-
1 stars 6 forks source link

Chatrooms #53

Closed jleeong closed 7 years ago

jleeong commented 7 years ago

Implemented ChatRoom functionality (addressing issue #12)and also refactored many aspects of the existing code. Contacts and Online status to be specific. These additional refactors were required for implementation of ChatRoom and so I believe that the original point value for this issue is below the true value of this issue.

Notes about ChatRoom

The current implementation is very bare bones and leaves much to be desired. Currently the Chatrooms display with some double number as an id. Future improvements might invovled adding a name. People cannot be added to ChatRooms post-creation. Sending a message to the chat room throws an error message back to the sender, but the message still goes through to other participants.