# HG changeset patch # User Matthew Wild # Date 1707755485 0 # Node ID 1ae8f7b3787abf832b519eb7d718db50475f028d # Parent 7d11a3133d17601346e16854cfa5ad250902a01f mod_firewall: Fix REPORT TO action name in documentation diff -r 7d11a3133d17 -r 1ae8f7b3787a mod_firewall/README.markdown --- 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.