aboutsummaryrefslogtreecommitdiffstats
path: root/Classes/ChatViewController.m
AgeCommit message (Collapse)Author
2012-09-29Got message displaying working through web sockets by refreshing the data ↵Teddy Wing
when it comes in.
2012-09-29Got pushing/sending to websockets working. Think I got receiving working too ↵Teddy Wing
but not sure just yet.
2012-09-29Moved tableView datasource to separate class.Teddy Wing
2012-09-29Integrated multi-line SMS-style text box for chat pane. Added a tableView ↵Teddy Wing
for chat messages.