diff -r 69c5b4382e39 -r bbd4166df95d TODO.txt --- a/TODO.txt Sun Sep 22 17:43:34 2013 -0500 +++ b/TODO.txt Sat Sep 28 13:02:17 2013 -0600 @@ -24,3 +24,10 @@ Callback doesn't need to return bool. It shouldn't affect what's given to the client. + +Don't keep the password in memory once we're done with it. + +Rename extension.StanzaHandlers to something like StanzaTypes. + +Think about how to gracefully shutdown. Probably have a Close() +function.