TODO.txt
changeset 121 ebb86cbdd218
parent 119 712aa5780660
child 122 ab22b4285d12
equal deleted inserted replaced
120:9d7e8333948b 121:ebb86cbdd218
     1 Extension.StanzaHandlers should use reflection, not constructor
     1 Extension.StanzaHandlers should use reflection, not constructor
     2 functions.
     2 functions.
     3 
       
     4 Rather than use Client.AddFilter(), and Extension.Start(), we should
       
     5 have a function in Extension that, if non-nil, accepts a stanza and
       
     6 returns a slice of stanzas.
       
     7 
     3 
     8 Review all these *Client receiver methods. They should probably either
     4 Review all these *Client receiver methods. They should probably either
     9 all be receivers, or none.
     5 all be receivers, or none.
    10 
     6 
    11 Get rid of Client.Uid.
     7 Get rid of Client.Uid.