diff mod_report_forward/README.md @ 6038:91590d92b919

mod_report_forward: Add default fallback to domain JID when sending reports No harm in trying...
author Matthew Wild <mwild1@gmail.com>
date Tue, 26 Nov 2024 12:12:59 +0000
parents fe081789f7b5
children 965a3d451474
line wrap: on
line diff
--- a/mod_report_forward/README.md	Mon Nov 25 14:33:01 2024 +0000
+++ b/mod_report_forward/README.md	Tue Nov 26 12:12:59 2024 +0000
@@ -35,7 +35,9 @@
 
 The module looks up an abuse report address using XEP-0157 (only XMPP
 addresses are accepted). If it fails to find any suitable destination, it will
-log a warning and not send the report.
+fall back to sending the report to the domain itself unless `report_forward_to_origin_fallback`
+is disabled (set to `false`). If the fallback is disabled, it will log a
+warning and not send the report.