annotate mod_spam_reporting/README.markdown @ 5202:b81fd0d22c66

mod_http_oauth2: Calculate client secret expiry in registration response Not actually the client_secret that expires, but the client_id JWT. Returning '0' indicating no expiry was incorrect unless JWT expiry is turned off, which we check for now.
author Kim Alvefur <zash@zash.se>
date Sat, 04 Mar 2023 17:06:47 +0100
parents 48c27b51f992
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2268
56ea6ff796ba mod_spam_reporting: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
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'
2268
56ea6ff796ba mod_spam_reporting: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
4 summary: 'XEP-0377: Spam Reporting'
56ea6ff796ba mod_spam_reporting: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
5 ---
56ea6ff796ba mod_spam_reporting: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
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
56ea6ff796ba mod_spam_reporting: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
8
2282
122f0e53dc5a mod_spam_reporting/README: Mention the event.
Kim Alvefur <zash@zash.se>
parents: 2278
diff changeset
9 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
10 event is fired so that other modules can act on the report.