mod_firewall: Fix REPORT TO action name in documentation
authorMatthew Wild <mwild1@gmail.com>
Mon, 12 Feb 2024 16:31:25 +0000
changeset 5842 1ae8f7b3787a
parent 5841 7d11a3133d17
child 5843 fba64b043c52
mod_firewall: Fix REPORT TO action name in documentation
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.