summaryrefslogtreecommitdiff
path: root/slixmpp/__init__.py
AgeCommit message (Expand)Author
2022-10-03logger: remove NullHandler for the "slixmpp" handlernicoco
2022-03-19Only defuse stdlib through an env varmathieui
2021-06-28refactor: remove the now obsolete future_wrapper and asyncio-related modulemathieui
2021-02-11global: use defusedxml if it is availablemathieui
2021-02-11slixmpp: remove asyncio hack for older python versionsmathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2018-08-08Fix compatibility with python 3.5 and 3.6mathieui
2018-08-07Fix TLS with python 3.7mathieui
2015-09-23Fix support for python 3.4 <= 3.4.2mathieui
2015-09-14(Temporary) fix for python 3.5mathieui
2015-02-28Change the API to make iq.send() always return a futuremathieui
2015-02-23Import xmlstream.asyncio and coroutine_wrapper at the top levelmathieui
2014-09-28Don’t check for logging.NullHandler, it got added in Python 3.1.Emmanuel Gil Peyrot
2014-07-22Remove unused RestartStream exceptionFlorent Le Coz
2014-07-17Rename to slixmppFlorent Le Coz