mod_service_outage_status

This module allows advertising a machine-readable document were outages, planned or otherwise, may be reported.

See XEP-0455: Service Outage Status for further details, including the format of the outage status document.

modules_enabled = {
    -- other modules
    "service_outage_status",
}

outage_status_urls = {
    "https://uptime.example.net/status.json",
}

The outage status document should be hosted on a separate server to ensure availability even if the XMPP server is unreachable.


Installation

With the plugin installer in Prosody 0.12 you can use:

sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_service_outage_status

For earlier versions see the documentation for installing 3rd party modules


Latest changes