ucsb-cs56-projects / cs56-networking-chat

-
1 stars 6 forks source link

Fixes Issues #6, #15, #24, and #26 #28

Closed winterfreddy closed 8 years ago

winterfreddy commented 8 years ago

Issue #6 was about adding online count. Implemented button to manually display the online count.

Issue #15 was about deleting user in contacts-> problem, needs the whole program to be cleaned up to have this working.

Issue #24 was about fail to send message. Shows error message in client scroll pane, where the conversation is displayed.

Issue #26 was to finish off the renaming, specifically the directory structure. Also fixed build.xml to match it.