Add documentation for the verify configuration variable of component … (#3282)

* Add documentation for the verify configuration variable of component notify.xmpp (#9181).

* Spelling & Grammar
This commit is contained in:
ohmer1 2017-09-06 15:40:04 -04:00 committed by Franck Nijhof
parent 7c2602a389
commit f912be9110

View File

@ -34,6 +34,7 @@ Configuration variables:
- **password** (*Required*): The password for your given Jabber account. - **password** (*Required*): The password for your given Jabber account.
- **recipient** (*Required*): The Jabber ID (JID) that will receive the messages. - **recipient** (*Required*): The Jabber ID (JID) that will receive the messages.
- **tls** (*Optional*): Allow to disable TLS. Defaults to `true`. - **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. All Jabber IDs (JID) must include the domain. Make sure that the password matches the account provided as sender.