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.