Software /
code /
prosody-modules
Changeset
2282:122f0e53dc5a
mod_spam_reporting/README: Mention the event.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 20 Aug 2016 17:22:32 +0200 |
parents | 2281:0899eeb0b3f7 |
children | 2283:bd1117002a9b |
files | mod_spam_reporting/README.markdown |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_spam_reporting/README.markdown Sat Aug 20 17:20:52 2016 +0200 +++ b/mod_spam_reporting/README.markdown Sat Aug 20 17:22:32 2016 +0200 @@ -8,4 +8,5 @@ This module is a very basic implementation of [XEP-0377: Spam Reporting]. -When someone reports spam or abuse, a line about this is logged. +When someone reports spam or abuse, a line about this is logged and an +event is fired so that other modules can act on the report.