Diff

mod_watch_spam_reports/README.md @ 6003:fe081789f7b5

All community modules: Unify file extention of Markdown files to .md
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:26:01 +0200
parent 4104:476afcbfb3e9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_watch_spam_reports/README.md	Tue Oct 22 10:26:01 2024 +0200
@@ -0,0 +1,24 @@
+---
+labels:
+- 'Stage-Beta'
+rockspec:
+  dependencies:
+  - mod_spam_reporting
+summary: 'Notify admins about incoming XEP-0377 spam reports'
+---
+
+This module sends a message to the server admins for incoming
+[XEP-0377][1] spam reports. It depends on [mod\_spam\_reporting][2] 
+and doesn't require any configuration.
+
+Compatibility
+=============
+
+  ----- -----------
+  trunk Works
+  0.11  Works
+  ----- -----------
+
+
+[1]:https://xmpp.org/extensions/xep-0377.html
+[2]:https://modules.prosody.im/mod_spam_reporting.html