1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-14 06:57:07 +00:00
Files
core/homeassistant/components/notify
Florian Klien d4b092706a XMPP async (#17283)
* 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
2018-10-13 10:37:42 +02:00
..
2018-10-01 08:58:21 +02:00
2018-10-06 20:46:20 +02:00
2018-10-06 20:46:20 +02:00
2018-10-06 20:46:20 +02:00
2018-10-01 08:58:21 +02:00
2018-10-01 08:58:21 +02:00
2018-08-24 10:39:35 +02:00
2018-10-12 09:36:52 +02:00
2018-08-21 15:49:58 +02:00
2018-09-12 20:17:52 +02:00
2018-10-01 08:58:21 +02:00
2018-10-01 08:58:21 +02:00
2018-08-20 14:11:52 +02:00
2018-08-22 07:16:21 +02:00
2018-09-20 15:14:43 +02:00
2018-10-04 09:29:49 +02:00
2018-10-13 10:37:42 +02:00