# HG changeset patch # User Marco Cirillo # Date 1362502991 0 # Node ID c52f914590e79bbc57b91893e0b18bc419faf5fd # Parent 822a5f31c91f119df4dc4777ed91c88075cb7b95 wiki commit. diff -r 822a5f31c91f -r c52f914590e7 mod_incidents_handling.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_incidents_handling.wiki Tue Mar 05 17:03:11 2013 +0000 @@ -0,0 +1,33 @@ +#summary Incidents Handling plugin +#labels Stage-Beta + += Introduction = + +This module implements [http://xmpp.org/extensions/xep-0268.html 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: + + * List Incidents -- List all available incidents and let's you reply requests. + * Send Incident Inquiry -- Inquiry a remote server about an incident. + * Send Incident Report -- Send an incident report to a remote server. + * Send Incident Request -- Send an incident request to a remote server. + +Each Adhoc form provides syntax instructions through elements (they may currently be stripped +by Prosody), although it's encouraged to read the [https://tools.ietf.org/html/rfc5070 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 = + + * to be 0.9, works.