changeset 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 1ae8f7b3787a
files mod_blocking/README.markdown mod_privacy_lists/README.markdown
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
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",
                         -- ...
 
--- 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