1---
2labels:
3- 'Stage-Beta'
4summary: Incidents Handling plugin
5...
6
7Introduction
8============
9
10This module implements
11[XEP-268](http://xmpp.org/extensions/xep-0268.html).
12
13Details
14=======
15
16It will let you manage reports, inquiries, requests and responses
17through an Adhoc interface. The following new adhoc admin commands will
18be available:
19
20-   List Incidents -- List all available incidents and let's you reply
21    requests.
22-   Send Incident Inquiry -- Inquiry a remote server about an incident.
23-   Send Incident Report -- Send an incident report to a remote server.
24-   Send Incident Request -- Send an incident request to a remote
25    server.
26
27Each Adhoc form provides syntax instructions through `<desc/>` elements
28(they may currently be stripped by Prosody), although it's encouraged to
29read the [IODEF specifications](https://tools.ietf.org/html/rfc5070).
30
31Usage
32=====
33
34Copy the module folder into your prosody modules directory. Place the
35module between your enabled modules either into the global or a vhost
36section.
37
38Optional configuration directives:
39
40``` {.lua}
41incidents_expire_time = 86400 -- Expiral of "closed" incidents in seconds.
42```
43
44Info
45====
46
47-   to be 0.9, works.
48