mod_watch_spam_reports: Document dependency on mod_spam_reporting
authorMartin Dosch <martin@mdosch.de>
Tue, 07 Jul 2020 14:34:24 +0200
changeset 4066 a496841b596a
parent 4065 9745a623c7ed
child 4067 0290ccdfe680
mod_watch_spam_reports: Document dependency on mod_spam_reporting
mod_watch_spam_reports/README.markdown
--- 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