diff -r 9d7e8333948b -r ebb86cbdd218 TODO.txt --- a/TODO.txt Sat Aug 31 23:08:21 2013 +0100 +++ b/TODO.txt Mon Sep 02 20:38:02 2013 -0700 @@ -1,10 +1,6 @@ Extension.StanzaHandlers should use reflection, not constructor functions. -Rather than use Client.AddFilter(), and Extension.Start(), we should -have a function in Extension that, if non-nil, accepts a stanza and -returns a slice of stanzas. - Review all these *Client receiver methods. They should probably either all be receivers, or none.