TODO.txt
changeset 153 bbd4166df95d
parent 152 69c5b4382e39
child 154 cd9e0ddbd5e9
equal deleted inserted replaced
152:69c5b4382e39 153:bbd4166df95d
    22 
    22 
    23 Eliminate as many uses of Generic as possible.
    23 Eliminate as many uses of Generic as possible.
    24 
    24 
    25 Callback doesn't need to return bool. It shouldn't affect what's given
    25 Callback doesn't need to return bool. It shouldn't affect what's given
    26 to the client.
    26 to the client.
       
    27 
       
    28 Don't keep the password in memory once we're done with it.
       
    29 
       
    30 Rename extension.StanzaHandlers to something like StanzaTypes.
       
    31 
       
    32 Think about how to gracefully shutdown. Probably have a Close()
       
    33 function.