changeset 4062:a496841b596a

mod_watch_spam_reports: Document dependency on mod_spam_reporting
author Martin Dosch <martin@mdosch.de>
date Tue, 07 Jul 2020 14:34:24 +0200
parents 9745a623c7ed
children 0290ccdfe680
files mod_watch_spam_reports/README.markdown
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mod_watch_spam_reports/README.markdown	Fri Jul 03 18:50:04 2020 +0200
+++ b/mod_watch_spam_reports/README.markdown	Tue Jul 07 14:34:24 2020 +0200
@@ -7,5 +7,8 @@
 ---
 
 This module sends a message to the server admins for incoming
-[XEP-0377](https://xmpp.org/extensions/xep-0377.html) spam
-reports. It doesn't require any configuration.
+[XEP-0377][1] spam reports. It depends on [mod\_spam\_reporting][2] 
+and doesn't require any configuration.
+
+[1]:https://xmpp.org/extensions/xep-0377.html
+[2]:https://modules.prosody.im/mod_spam_reporting.html