TODO.txt
changeset 123 42a9995faa38
parent 122 ab22b4285d12
child 127 a8f9a0c07fc8
equal deleted inserted replaced
122:ab22b4285d12 123:42a9995faa38
     1 Extension.StanzaHandlers should use reflection, not constructor
     1 Extension.StanzaHandlers should use reflection, not constructor
     2 functions.
     2 functions.
     3 
     3 
     4 Review all these *Client receiver methods. They should probably either
     4 Review all these *Client receiver methods. They should probably either
     5 all be receivers, or none.
     5 all be receivers, or none.
     6 
       
     7 Get rid of Client.Uid.
       
     8 
     6 
     9 Maybe put auth-related stuff into its own structure inside Client,
     7 Maybe put auth-related stuff into its own structure inside Client,
    10 instead of at Client's top level.
     8 instead of at Client's top level.
    11 
     9 
    12 Rename stanzaHandler to something like idCallback. Same for the
    10 Rename stanzaHandler to something like idCallback. Same for the