Mercurial > prosody-modules
diff mod_blocking/README.markdown @ 5837:7d11a3133d17
mod_blocking: Drop mention of mod_privacy
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 12 Feb 2024 15:44:38 +0100 |
parents | 51c08960cba3 |
children |
line wrap: on
line diff
--- a/mod_blocking/README.markdown Mon Feb 12 15:43:11 2024 +0100 +++ b/mod_blocking/README.markdown Mon Feb 12 15:44:38 2024 +0100 @@ -42,12 +42,12 @@ Configuration ============= -Simply ensure that mod\_privacy (or [mod\_privacy\_lists] in 0.10+) and -mod\_blocking are loaded in your modules\_enabled list: +Simply ensure that [mod_privacy_lists] and mod_blocking are loaded in +your modules_enabled list: modules_enabled = { -- ... - "privacy", -- or privacy_lists in Prosody 0.10+ + "privacy_lists", "blocking", -- ...