Mercurial > prosody-modules
annotate mod_spam_reporting/README.markdown @ 2279:ccca1c8927c3
mod_spam_reporting: Remove unused import of util.stanza [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 20 Aug 2016 17:19:10 +0200 |
parents | 983abc684851 |
children | 122f0e53dc5a |
rev | line source |
---|---|
2268 | 1 --- |
2 depends: | |
3 - 'mod\_blocklist' | |
2278
983abc684851
mod_spam_reporting/README: Set Beta tag
Kim Alvefur <zash@zash.se>
parents:
2269
diff
changeset
|
4 labels: |
983abc684851
mod_spam_reporting/README: Set Beta tag
Kim Alvefur <zash@zash.se>
parents:
2269
diff
changeset
|
5 - 'Stage-Beta' |
2268 | 6 summary: 'XEP-0377: Spam Reporting' |
7 --- | |
8 | |
2269
a730ab6f3aaa
mod_spam_reporting/README: Fix syntax mistakenly normalized by pandoc
Kim Alvefur <zash@zash.se>
parents:
2268
diff
changeset
|
9 This module is a very basic implementation of [XEP-0377: Spam Reporting]. |
2268 | 10 |
11 When someone reports spam or abuse, a line about this is logged. |