title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
xmpp |
true |
2022-12-03 03:46:48 UTC |
dependencies |
markdown |
2022-09-18 05:27:05 UTC |
Notifiers > XMPP
XMPP is a part of the notifier plugin system. {.is-success}
This plugin sends messages via XMPP, has been tested on Windows 7/64 so far, sending messages to Google Hangouts recipients.
Includes/PluginRequiresPip{.include}
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. {.is-warning}
notify:
entries:
via:
- xmpp:
sender: [email protected]
password: mypassword
recipients: [email protected]