mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix XMPP giving up on first auth fail (#118224)
This commit is contained in:
parent
fa038bef92
commit
33bdcb46cf
@ -147,7 +147,7 @@ async def async_send_message( # noqa: C901
|
||||
|
||||
self.force_starttls = use_tls
|
||||
self.use_ipv6 = False
|
||||
self.add_event_handler("failed_auth", self.disconnect_on_login_fail)
|
||||
self.add_event_handler("failed_all_auth", self.disconnect_on_login_fail)
|
||||
self.add_event_handler("session_start", self.start)
|
||||
|
||||
if room:
|
||||
|
Loading…
x
Reference in New Issue
Block a user