Update doc for notify.xmpp (#3664)

* Update doc for notify.xmpp

Add new optional variable.

* Small grammar changes

* Removed extra space
This commit is contained in:
Ludovic 2017-10-18 08:51:22 +02:00 committed by Franck Nijhof
parent 62bdb6f8fb
commit 06a0287769

View File

@ -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.