Changeset

6004:bd0b4d8aa94e

mod_admin_blocklist: Update README Compability Section
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:44:56 +0200
parents 6003:fe081789f7b5
children 6005:49e3289c145e
files mod_admin_blocklist/README.md
diffstat 1 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mod_admin_blocklist/README.md	Tue Oct 22 10:26:01 2024 +0200
+++ b/mod_admin_blocklist/README.md	Tue Oct 22 10:44:56 2024 +0200
@@ -1,5 +1,7 @@
 ---
 summary: Block s2s connections based on admin blocklists
+labels:
+- 'Stage-Beta'
 ...
 
 This module uses the blocklists set by admins for blocking s2s
@@ -11,9 +13,7 @@
 
 # Configuring
 
-## Prosody 0.12
-
-Starting with Prosody 0.12, the role or roles that determine whether a
+The role or roles that determine whether a
 particular users blocklist is used can be configured:
 
 ```lua
@@ -21,6 +21,11 @@
 admin_blocklist_roles = { "prosody:operator", "prosody:admin" }
 ```
 
-## Prosody 0.11
+#Compatibility
 
-In Prosody 0.11 the [`admins`][doc:admins] setting is used.
+  ------- -------
+  trunk*   Works
+  0.12     Works
+  ------- -------
+
+*as of 2024-10-22