mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00

* new lib dependencies, working old xmpp * non working aioxmpp * reverting to sync xmpp will try slixmpp instead of aioxmpp reasons: echo bot example of aioxmpp had blocking behavior (slixmpp echo bot works fine) closer API to sleekxmpp less dependencies than aioxmpp * first working slixmpp version * DEBUG messages, changed MUC call the joinMUC method changed from sleekxmpp to slixmpp added debug messages better name for cleanup callback * flake8 * little cleanup, tested MUC * requirements_all * dependencies managed by slixmpp, removed debug messages * resource configurable by user, requirements updated * changed __init__ parameter code format * removed trailing dots from LOG messages * changed super call to python3 format