slixmpp/sleekxmpp
Florent Le Coz 820d07f309 Use strings for ElementTree.iterparse events names
Because if cElementTree is not available on the system,
ElementTree is used instead, and that version doesn't accept
bytes, resulting in an exception. See
http://bugs.python.org/issue9257#msg152864
2013-12-19 11:47:31 +01:00
..
features Add log message noting that SCRAM-SHA-1-PLUS requires Py3.3+ 2013-09-21 19:10:12 -07:00
plugins Added a MUC method 'setRole'. Change role property of a nick in a room, useful for moderator bots. 2013-11-06 11:20:50 +01:00
roster optimize imports 2013-07-26 17:48:33 +02:00
stanza Resolve most Python3.3 related issues. 2013-02-14 01:24:09 -08:00
test optimize imports 2013-07-26 17:48:33 +02:00
thirdparty fix: replace mutable argument (a list) in StateMachine constructor 2013-07-26 17:48:33 +02:00
util Merge pull request #207 from spartanbits/pull_request_gevent_check 2013-09-12 10:15:53 -07:00
xmlstream Use strings for ElementTree.iterparse events names 2013-12-19 11:47:31 +01:00
__init__.py Add null handler to logging engine 2013-08-10 21:34:18 +04:00
api.py
basexmpp.py Make send_message(mhtml='..') work as expected without loading plugin 2013-08-07 08:48:15 -07:00
clientxmpp.py Don't reset _expected_server_name when connecting. 2013-08-22 14:54:53 -07:00
componentxmpp.py Only remap component namespaces for top level stream elements. 2013-05-14 14:28:16 -07:00
exceptions.py Ensure XMPPError.text is a string. 2013-01-24 02:45:14 -08:00
jid.py Fix deepcopying JIDs 2013-09-24 16:32:30 -07:00
version.py Bump version in prep for 1.2.0 2013-02-28 11:53:24 -08:00