summaryrefslogtreecommitdiff
path: root/todo1.0
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-10-06 14:23:46 -0400
committerLance Stout <lancestout@gmail.com>2010-10-06 14:23:46 -0400
commit259f91d2bdcb33975866865fa49e1551bb96cddc (patch)
treed54da1b76a5a48884c285b542aeedcef5633f201 /todo1.0
parented366b338dccc5fe92d3036ce2853b5256a29824 (diff)
downloadslixmpp-259f91d2bdcb33975866865fa49e1551bb96cddc.tar.gz
slixmpp-259f91d2bdcb33975866865fa49e1551bb96cddc.tar.bz2
slixmpp-259f91d2bdcb33975866865fa49e1551bb96cddc.tar.xz
slixmpp-259f91d2bdcb33975866865fa49e1551bb96cddc.zip
Updated todo list.
Diffstat (limited to 'todo1.0')
-rw-r--r--todo1.06
1 files changed, 1 insertions, 5 deletions
diff --git a/todo1.0 b/todo1.0
index 28aa76ae..191c0e2d 100644
--- a/todo1.0
+++ b/todo1.0
@@ -4,8 +4,6 @@ ElementBase sub_items not subitem?
BaseXMPP set_jid, makeIqQuery, getjidresource, getjidbare not needed
-xmlstreammod in ComponentXMPP can be removed, just use XMLStream.
-
Why CamelCase and underscore_names? Document semantics.
conn_tests and sleekxmpp/tests and sleekxmpp/xmlstresm/test.* -> convert to either unit tests, or at least put in same place
@@ -14,9 +12,7 @@ Update setup.py - github url, version #
scheduler needs unit tests
-__init__.py stream:features handler should use new state machine
-
-Move ClientXMPP out of __init__.py and into clientxmpp.py
+ClientXMPP stream:features handler should use new state machine
Write stream tests for startls, features, etc.