Mercurial > prosody-modules
annotate mod_spam_reporting/README.markdown @ 4629:0e60ce83205c
mod_s2s_keepalive: Ignore errors from the local server
If a stanza can't be delivered and instead an bounce is generated, the
origin of the error, when different from the stanza 'from' should be
indicated in the 'by' attribute of the <error>, which we look for here
so this doesn't count as a successful ping.
An error that does come from the remote means we have connectivity, but
probably no XEP-0199 handling. This is fine. We care about connectivity,
not protocol.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 21 Jul 2021 15:57:13 +0200 |
parents | 476afcbfb3e9 |
children | 48c27b51f992 |
rev | line source |
---|---|
2268 | 1 --- |
2278
983abc684851
mod_spam_reporting/README: Set Beta tag
Kim Alvefur <zash@zash.se>
parents:
2269
diff
changeset
|
2 labels: |
983abc684851
mod_spam_reporting/README: Set Beta tag
Kim Alvefur <zash@zash.se>
parents:
2269
diff
changeset
|
3 - 'Stage-Beta' |
4104
476afcbfb3e9
various: Add some dependency metadata
Kim Alvefur <zash@zash.se>
parents:
2282
diff
changeset
|
4 rockspec: |
476afcbfb3e9
various: Add some dependency metadata
Kim Alvefur <zash@zash.se>
parents:
2282
diff
changeset
|
5 dependencies: |
476afcbfb3e9
various: Add some dependency metadata
Kim Alvefur <zash@zash.se>
parents:
2282
diff
changeset
|
6 - mod_blocklist |
2268 | 7 summary: 'XEP-0377: Spam Reporting' |
8 --- | |
9 | |
2269
a730ab6f3aaa
mod_spam_reporting/README: Fix syntax mistakenly normalized by pandoc
Kim Alvefur <zash@zash.se>
parents:
2268
diff
changeset
|
10 This module is a very basic implementation of [XEP-0377: Spam Reporting]. |
2268 | 11 |
2282
122f0e53dc5a
mod_spam_reporting/README: Mention the event.
Kim Alvefur <zash@zash.se>
parents:
2278
diff
changeset
|
12 When someone reports spam or abuse, a line about this is logged and an |
122f0e53dc5a
mod_spam_reporting/README: Mention the event.
Kim Alvefur <zash@zash.se>
parents:
2278
diff
changeset
|
13 event is fired so that other modules can act on the report. |