slixmpp/sleekxmpp
Florent Le Coz 72ead3d598 Replace the print statement by a log.debug call
This print syntax is deprecated in python3, so
the plugin was working only with python2
2011-02-09 10:02:14 +08:00
..
plugins Replace the print statement by a log.debug call 2011-02-09 10:02:14 +08:00
stanza Make StreamError work properly. 2011-01-27 16:02:57 -05:00
test Cleanup for stanzabase. 2011-01-26 11:27:41 -05:00
thirdparty Fix thirdparty imports for Python3 2011-01-19 17:49:39 -05:00
xmlstream Make stanza.plugins an OrderedDict. 2011-01-27 16:01:35 -05:00
__init__.py
basexmpp.py Add StreamError stanza and a stream_error event. 2011-01-16 13:22:52 -05:00
clientxmpp.py My hunch is that these should also be updated. 2011-01-23 02:08:29 +08:00
componentxmpp.py
exceptions.py