TODO.txt
changeset 144 9d7fdb1d2fc1
parent 129 cccf2b2fe34d
child 146 aa9a0ae8f875
equal deleted inserted replaced
143:62166e57800e 144:9d7fdb1d2fc1
     1 Review all these *Client receiver methods. They should probably either
     1 Review all these *Client receiver methods. They should probably either
     2 all be receivers, or none.
     2 all be receivers, or none.
     3 
     3 
     4 Maybe put auth-related stuff into its own structure inside Client,
     4 Maybe put auth-related stuff into its own structure inside Client,
     5 instead of at Client's top level.
     5 instead of at Client's top level.
     6 
       
     7 Rename stanzaHandler to something like idCallback. Same for the
       
     8 HandleStanza function.
       
     9 
     6 
    10 Replace inputControl with something like an enum.
     7 Replace inputControl with something like an enum.
    11 
     8 
    12 Add a way to broadcast status information as negotiation happens or
     9 Add a way to broadcast status information as negotiation happens or
    13 disconnects occur. Possibly a new type of object that can be sent on
    10 disconnects occur. Possibly a new type of object that can be sent on