librelist archives

« back to archive

webSocket is in appDelegate now

webSocket is in appDelegate now

From:
Matt Di Pasquale
Date:
2010-08-30 @ 06:10
Done:
- Add a button to clear all messages
- Connect to webSockets from the appDelegate and access it from
chatViewController via sharedApplication
- Rename HomeViewController to UsersViewController

Next:
- Mark messages as read (isRead)
- Filter messages by channel
- Add conditional timestamp support
- Write function addMessage:message for send & receive