TODO.txt
changeset 157 eadf15a06ff5
parent 156 520ccb3e05d4
child 158 2d948fcbb5d7
equal deleted inserted replaced
156:520ccb3e05d4 157:eadf15a06ff5
     2 probably either all be receivers, or none.
     2 probably either all be receivers, or none.
     3 
     3 
     4 Add a Reconnect() function.
     4 Add a Reconnect() function.
     5 
     5 
     6 Eliminate as many uses of Generic as possible.
     6 Eliminate as many uses of Generic as possible.
     7 
       
     8 Don't keep the password in memory once we're done with it.
       
     9 
     7 
    10 Rename extension.StanzaHandlers to something like StanzaTypes.
     8 Rename extension.StanzaHandlers to something like StanzaTypes.
    11 
     9 
    12 Think about how to gracefully shutdown. Probably have a Close()
    10 Think about how to gracefully shutdown. Probably have a Close()
    13 function.
    11 function.