From f912be9110b0d67aa37aee416fe0929ee080975e Mon Sep 17 00:00:00 2001 From: ohmer1 <1868995+ohmer1@users.noreply.github.com> Date: Wed, 6 Sep 2017 15:40:04 -0400 Subject: [PATCH] =?UTF-8?q?Add=20documentation=20for=20the=20verify=20conf?= =?UTF-8?q?iguration=20variable=20of=20component=20=E2=80=A6=20(#3282)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add documentation for the verify configuration variable of component notify.xmpp (#9181). * Spelling & Grammar --- source/_components/notify.xmpp.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/notify.xmpp.markdown b/source/_components/notify.xmpp.markdown index a9d0595e5f1..5dc17dfaaeb 100644 --- a/source/_components/notify.xmpp.markdown +++ b/source/_components/notify.xmpp.markdown @@ -34,6 +34,7 @@ Configuration variables: - **password** (*Required*): The password for your given Jabber account. - **recipient** (*Required*): The Jabber ID (JID) that will receive the messages. - **tls** (*Optional*): Allow to disable TLS. Defaults to `true`. +- **verify** (*Optional*): Allow disabling SSL certificate validity check (e.g., self-signed certificate). Defaults to `true`. All Jabber IDs (JID) must include the domain. Make sure that the password matches the account provided as sender.