This module provides an API for other module developers to send notification messages to host admins.
None required.
Example:
local notify_admins = module:depends("admin_notify").notify;
notify("This is an important message for you, admins")
Prosody trunk or later. Incompatible with 0.11 or lower.
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_admin_notify
For earlier versions see the documentation for installing 3rd party modules