# HG changeset patch # User Martin Dosch # Date 1594125264 -7200 # Node ID a496841b596a222e6dc090ae45a187fbef874820 # Parent 9745a623c7ed7a63f7dff2414401849ed1fd9c3d mod_watch_spam_reports: Document dependency on mod_spam_reporting diff -r 9745a623c7ed -r a496841b596a 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