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 62bdb6f commit c0f15c2Copy full SHA for c0f15c2
source/_components/notify.xmpp.markdown
@@ -35,6 +35,7 @@ Configuration variables:
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
+- **room** (*Optional*): Room's name (eg. example@conference.jabber.org). If set, send message to chatroom instead of sender.
39
40
All Jabber IDs (JID) must include the domain. Make sure that the password matches the account provided as sender.
41
0 commit comments