From ef8a687970032584872be1d2ae306c80eb6295fb Mon Sep 17 00:00:00 2001 From: Azimoth Date: Sun, 8 Jul 2018 19:55:58 +0000 Subject: [PATCH] Update notify.xmpp.markdown --- source/_components/notify.xmpp.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/notify.xmpp.markdown b/source/_components/notify.xmpp.markdown index 930aa496ac6..14105d9bb6d 100644 --- a/source/_components/notify.xmpp.markdown +++ b/source/_components/notify.xmpp.markdown @@ -37,6 +37,10 @@ Configuration variables: - **verify** (*Optional*): Allow disabling SSL certificate validity check (e.g., self-signed certificate). Defaults to `true`. - **room** (*Optional*): Room's name (e.g., example@conference.jabber.org). If set, send a message to chatroom instead of the sender. +

+ sleekxmpp, as of version 1.3.2, does not support >TLS1. If you are running your own XMPP server (e.g. Prosody, ejabberd) make sure to allow using TLS1. +

+ All Jabber IDs (JID) must include the domain. Make sure that the password matches the account provided as sender. To use notifications, please see the [getting started with automation page](/getting-started/automation/).