# HG changeset patch # User Kim Alvefur # Date 1707749078 -3600 # Node ID 7d11a3133d17601346e16854cfa5ad250902a01f # Parent 51c08960cba363eb82ced59676afe7cbd575cd2e mod_blocking: Drop mention of mod_privacy diff -r 51c08960cba3 -r 7d11a3133d17 mod_blocking/README.markdown --- 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", -- ... diff -r 51c08960cba3 -r 7d11a3133d17 mod_privacy_lists/README.markdown --- a/mod_privacy_lists/README.markdown Mon Feb 12 15:43:11 2024 +0100 +++ b/mod_privacy_lists/README.markdown Mon Feb 12 15:44:38 2024 +0100 @@ -15,7 +15,7 @@ Privacy lists are a flexible method for blocking communications. Originally known as mod\_privacy and bundled with Prosody, this module -is being phased out in favour of the newer simpler blocking (XEP-0191) +was phased out in favour of the newer simpler blocking (XEP-0191) protocol, implemented in [mod\_blocklist][doc:modules:mod_blocklist]. Configuration