# HG changeset patch # User Menel # Date 1729586696 -7200 # Node ID bd0b4d8aa94e6895f56092a68765c735abc4957f # Parent fe081789f7b54e94f79e62a27ca811989fb450f2 mod_admin_blocklist: Update README Compability Section diff -r fe081789f7b5 -r bd0b4d8aa94e mod_admin_blocklist/README.md --- 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