mod_admin_notify

Introduction

This module provides an API for other module developers to send notification messages to host admins.

Configuration

None required.

Developers

Example:

local notify_admins = module:depends("admin_notify").notify;

notify("This is an important message for you, admins")

Compatibility

Prosody trunk or later. Incompatible with 0.11 or lower.


Installation

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