Mercurial > prosody-modules
annotate mod_spam_reporting/README.markdown @ 5589:7040d0772758
mod_http_oauth2: Implement RFC 8628 Device Authorization Grant
Meant for devices without easy access to a web browser, such as
refrigerators and toasters, which definitely need to be running
OAuth-enabled XMPP clients!
Could be used for CLI tools that might have trouble running a http
server needed for the authorization code flow.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 10 Jul 2023 07:16:54 +0200 |
parents | 48c27b51f992 |
children |
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' |
2268 | 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 |
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. |