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:
parent
7c2602a389
commit
f912be9110
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue