slixmpp/sleekxmpp
Lance Stout 9ed972ffeb Fix SASL mechanism selection bug.
ANONYMOUS was being treated as PLAIN, mechanism was being chosen
purely from supported mechanisms, not those provided by the server.

Broke nested handler methods into top-level methods.
2011-06-29 14:05:27 -07:00
..
plugins old xep_0050 plugin is now loadable 2011-06-10 04:14:01 +00:00
stanza Reorganized stream level stanzas. 2011-06-28 11:06:44 -07:00
test Don't use the send queue for stream initialization. 2011-05-27 17:00:57 -07:00
thirdparty
xmlstream Merge branch 'develop' into stream_features 2011-06-20 16:27:55 -07:00
__init__.py Add version info. 2011-04-08 16:39:39 -04:00
basexmpp.py Merge branch 'develop' into stream_features 2011-06-15 10:56:33 -07:00
clientxmpp.py Fix SASL mechanism selection bug. 2011-06-29 14:05:27 -07:00
componentxmpp.py Send component handshake immediately. 2011-06-08 10:00:01 -07:00
exceptions.py