We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae58e63 commit 9a43f27Copy full SHA for 9a43f27
homeassistant/components/xmpp/notify.py
@@ -146,6 +146,8 @@ def __init__(self):
146
147
self.enable_starttls = use_tls
148
self.enable_direct_tls = use_tls
149
+ self.enable_plaintext = not use_tls
150
+ self["feature_mechanisms"].unencrypted_scram = not use_tls
151
self.use_ipv6 = False
152
self.add_event_handler("failed_all_auth", self.disconnect_on_login_fail)
153
self.add_event_handler("session_start", self.start)
0 commit comments