Mercurial > prosody-modules
annotate mod_spam_reporting/README.markdown @ 2273:677fc0203da0
mod_filter_words: Very basic module in its early stages, to filter words in messages
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 18 Aug 2016 10:25:29 +0100 |
parents | a730ab6f3aaa |
children | 983abc684851 |
rev | line source |
---|---|
2268 | 1 --- |
2 depends: | |
3 - 'mod\_blocklist' | |
4 summary: 'XEP-0377: Spam Reporting' | |
5 --- | |
6 | |
2269
a730ab6f3aaa
mod_spam_reporting/README: Fix syntax mistakenly normalized by pandoc
Kim Alvefur <zash@zash.se>
parents:
2268
diff
changeset
|
7 This module is a very basic implementation of [XEP-0377: Spam Reporting]. |
2268 | 8 |
9 When someone reports spam or abuse, a line about this is logged. |