TODO.txt
author Chris Jones <chris@cjones.org>
Sun, 29 Sep 2013 21:54:38 -0600
changeset 159 fd4089f717b2
parent 158 2d948fcbb5d7
child 160 ba2428230f71
permissions -rw-r--r--
Listen for XMPP connection status changes, and print them out.

Review all the *Client receiver methods in layer3.go. They should
probably either all be receivers, or none.

Add a Reconnect() function.

Eliminate as many uses of Generic as possible.

Think about how to gracefully shutdown. Probably have a Close()
function.

Get rid of logging. We're providing status updates. Allow some sort of
debug flag that prints from layer1.