summaryrefslogtreecommitdiffstats
path: root/examples/client.rs
Commit message (Expand)AuthorAgeFilesLines
* add callbacks for all messagesJesse Luehrs2014-09-091-8/+10
* pass &Message around, since Message isn't copyableJesse Luehrs2014-09-081-1/+1
* start moving things into callbacksJesse Luehrs2014-09-081-8/+14
* also provide a method to get a String outJesse Luehrs2014-09-081-1/+1
* move the client implementation to a traitJesse Luehrs2014-09-081-1/+24
* simplifyJesse Luehrs2014-09-061-2/+2
* have the example client respond to PING commandsJesse Luehrs2014-09-061-1/+9
* pass in the client to callbacksJesse Luehrs2014-09-061-2/+3
* add a basic runloopJesse Luehrs2014-09-061-5/+3
* move connection initialization into the clientJesse Luehrs2014-09-041-24/+1
* write some login messages on connect in the exampleJesse Luehrs2014-09-031-0/+23
* simple client testJesse Luehrs2014-09-031-0/+10