TODO.txt
changeset 183 b4bd77d58a3e
parent 156 520ccb3e05d4
parent 178 ccfebbd9f49b
--- a/TODO.txt	Sun Feb 09 09:50:38 2014 -0700
+++ b/TODO.txt	Sun Feb 09 09:52:28 2014 -0700
@@ -1,16 +1,2 @@
-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.
-
-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.
-
-Get rid of logging. We're providing status updates. Allow some sort of
-debug flag that prints from layer1.
+Don't force the client to understand the RFCs. Keep message types in a
+convenient set of constants, for example.