# HG changeset patch # User Chris Jones # Date 1383795650 25200 # Node ID 63f33bb8fa334163de801978d4e9f70175ba6b41 # Parent 52c100897e9dade702661ee2118f68a89ab4c937 Updated to-do list. diff -r 52c100897e9d -r 63f33bb8fa33 TODO.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TODO.txt Wed Nov 06 20:40:50 2013 -0700 @@ -0,0 +1,5 @@ +Make JID a string type, with receiver functions to get its +pieces. This way it can be used as a key in a map. + +Don't force the client to understand the RFCs. Keep message types in a +convenient set of constants, for example.