Continued reorganization and streamlining.
commit634f5d691bab9855deddc4c201389bb60470d76e
authorLance Stout <lancestout@gmail.com>
Fri, 1 Jul 2011 21:45:55 +0000 (1 14:45 -0700)
committerLance Stout <lancestout@gmail.com>
Fri, 1 Jul 2011 21:45:55 +0000 (1 14:45 -0700)
tree29303420af94646ddac01824ebb4a201606b18e1
parent754ac5092a3a37819a71f6565a1e54b3f2547940
Continued reorganization and streamlining.
19 files changed:
sleekxmpp/basexmpp.py
sleekxmpp/clientxmpp.py
sleekxmpp/features/__init__.py
sleekxmpp/features/feature_bind/__init__.py [copied from sleekxmpp/features/__init__.py with 59% similarity]
sleekxmpp/features/feature_bind/bind.py [moved from sleekxmpp/features/feature_bind.py with 84% similarity]
sleekxmpp/features/feature_bind/stanza.py [moved from sleekxmpp/stanza/stream/bind.py with 73% similarity]
sleekxmpp/features/feature_mechanisms/__init__.py [copied from sleekxmpp/features/__init__.py with 55% similarity]
sleekxmpp/features/feature_mechanisms/mechanisms.py [moved from sleekxmpp/features/feature_mechanisms.py with 100% similarity]
sleekxmpp/features/feature_mechanisms/stanza.py [moved from sleekxmpp/stanza/stream/sasl.py with 100% similarity]
sleekxmpp/features/feature_session/__init__.py [copied from sleekxmpp/features/__init__.py with 56% similarity]
sleekxmpp/features/feature_session/session.py [moved from sleekxmpp/features/feature_session.py with 79% similarity]
sleekxmpp/features/feature_session/stanza.py [moved from sleekxmpp/stanza/stream/session.py with 71% similarity]
sleekxmpp/features/feature_starttls/__init__.py [copied from sleekxmpp/features/__init__.py with 57% similarity]
sleekxmpp/features/feature_starttls/stanza.py [moved from sleekxmpp/stanza/stream/tls.py with 94% similarity]
sleekxmpp/features/feature_starttls/starttls.py [moved from sleekxmpp/features/feature_starttls.py with 79% similarity]
sleekxmpp/stanza/__init__.py
sleekxmpp/stanza/stream/__init__.py
sleekxmpp/stanza/stream_error.py [moved from sleekxmpp/stanza/stream/error.py with 100% similarity]
sleekxmpp/stanza/stream_features.py [moved from sleekxmpp/stanza/stream/features.py with 100% similarity]