We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2602a commit f912be9Copy full SHA for f912be9
source/_components/notify.xmpp.markdown
@@ -34,6 +34,7 @@ Configuration variables:
34
- **password** (*Required*): The password for your given Jabber account.
35
- **recipient** (*Required*): The Jabber ID (JID) that will receive the messages.
36
- **tls** (*Optional*): Allow to disable TLS. Defaults to `true`.
37
+- **verify** (*Optional*): Allow disabling SSL certificate validity check (e.g., self-signed certificate). Defaults to `true`.
38
39
All Jabber IDs (JID) must include the domain. Make sure that the password matches the account provided as sender.
40
0 commit comments