XMPP is a part of the notifier plugin system.
This plugin sends messages via XMPP, has been tested on Windows 7/64 so far, sending messages to Google Hangouts recipients.
| Option | Type | Description | Default |
|---|---|---|---|
| sender | Sender's JID. Required | ||
| password | text | Sender's password. Required | |
| recipients | Recipients JID. Can also be a list. Required |
Examples show a specifc scenario usage of the notify plugin. See its wiki for a more detailed usage exaplantion.
notify:
entries:
via:
- xmpp:
sender: from_jid@whatever.com
password: mypassword
recipients: to_jid@whatever.com