This module implements XEP-268.
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.
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:
= 86400 -- Expiral of "closed" incidents in seconds. incidents_expire_time
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