This plugin is intended to provide integration with XMPP messenger.
Forked from redmine-xmpp/notifications
And reworked to use ejabberd and its Rest API to delivery of notifications
Following actions will result in notifications to XMPP:
- create issues
- update issues
- Then install the Plugin following the general Redmine plugin installation instructions.
- Go to the Plugins section of the Administration page, select Configure.
- On this page fill out the API URL-address (http[s]://example.com/api), the Jabber ID and password for user who has API permission to send messages.
- Restart your Redmine.
- Fill out the Jabber ID on user account settings page to receive XMPP notifications
###. ====================
###' ACCESS CONTROL LISTS
acl:
redmine_user:
user:
- "[email protected]"
###. =======
###' API PERMISSIONS
api_permissions:
"console commands":
from:
- ejabberd_ctl
who: all
what: "*"
"redmine access":
who:
- redmine_user
what:
- "send_message"