TODO.txt
changeset 128 8342afcffc92
parent 127 a8f9a0c07fc8
child 129 cccf2b2fe34d
equal deleted inserted replaced
127:a8f9a0c07fc8 128:8342afcffc92
     1 Extension.StanzaHandlers should use reflection, not constructor
       
     2 functions.
       
     3 
       
     4 Review all these *Client receiver methods. They should probably either
     1 Review all these *Client receiver methods. They should probably either
     5 all be receivers, or none.
     2 all be receivers, or none.
     6 
     3 
     7 Maybe put auth-related stuff into its own structure inside Client,
     4 Maybe put auth-related stuff into its own structure inside Client,
     8 instead of at Client's top level.
     5 instead of at Client's top level.