mod_admin_notify/README.markdown
author Kim Alvefur <zash@zash.se>
Wed, 03 Mar 2021 11:43:38 +0100
changeset 4494 cf2bdb2aaa57
parent 4242 e97c509fdbe3
permissions -rw-r--r--
mod_s2s_auth_dane: Disable now redundant validation done in trunk Outgoing connections can now be validated natively in trunk since a38f9e09ca31 so we only need to check incoming connections.

---
labels:
- 'Stage-Alpha'
summary: API to notify server admins
---

# 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.