Software /
code /
prosody-modules
Changeset
5862:1ae8f7b3787a
mod_firewall: Fix REPORT TO action name in documentation
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 12 Feb 2024 16:31:25 +0000 |
parents | 5861:7d11a3133d17 |
children | 5863:fba64b043c52 |
files | mod_firewall/README.markdown |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_firewall/README.markdown Mon Feb 12 15:44:38 2024 +0100 +++ b/mod_firewall/README.markdown Mon Feb 12 16:31:25 2024 +0000 @@ -662,9 +662,9 @@ ### Reporting - Action Description - ------------------------ --------------------------------------------------------------------------------------------------------------------------------------------------------- - `REPORT=jid reason text` Forwards the full stanza to `jid` with a XEP-0377 abuse report attached. + Action Description + ------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------- + `REPORT TO=jid [reason] [text]` Forwards the full stanza to `jid` with a XEP-0377 abuse report attached. Only the `jid` is mandatory. The `reason` parameter should be either `abuse`, `spam` or a custom URI. If not specified, it defaults to `abuse`. After the reason, some human-readable text may be included to explain the report.