mod_incidents_handling

Introduction

This module implements XEP-268.

Details

It will let you manage reports, inquiries, requests and responses through an Adhoc interface. The following new adhoc admin commands will be available:

Each Adhoc form provides syntax instructions through <desc/> elements (they may currently be stripped by Prosody), although it’s encouraged to read the IODEF specifications.

Usage

Copy the module folder into your prosody modules directory. Place the module between your enabled modules either into the global or a vhost section.

Optional configuration directives:

incidents_expire_time = 86400 -- Expiral of "closed" incidents in seconds.

Info


Installation

With the plugin installer in Prosody 0.12 you can use:

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

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