From 06a0287769f45afc195ab7769503c3f1cc35fee3 Mon Sep 17 00:00:00 2001 From: Ludovic Date: Wed, 18 Oct 2017 08:51:22 +0200 Subject: [PATCH] Update doc for notify.xmpp (#3664) * Update doc for notify.xmpp Add new optional variable. * Small grammar changes * Removed extra space --- source/_components/notify.xmpp.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/notify.xmpp.markdown b/source/_components/notify.xmpp.markdown index 5dc17dfaaeb8..db062932d049 100644 --- a/source/_components/notify.xmpp.markdown +++ b/source/_components/notify.xmpp.markdown @@ -35,6 +35,7 @@ Configuration variables: - **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`. +- **room** (*Optional*): Room's name (e.g., example@conference.jabber.org). If set, send a message to chatroom instead of the sender. All Jabber IDs (JID) must include the domain. Make sure that the password matches the account provided as sender.