mod_blocking: Drop mention of mod_privacy
authorKim Alvefur <zash@zash.se>
Mon, 12 Feb 2024 15:44:38 +0100
changeset 5841 7d11a3133d17
parent 5840 51c08960cba3
child 5842 1ae8f7b3787a
mod_blocking: Drop mention of mod_privacy
mod_blocking/README.markdown
mod_privacy_lists/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",
                         -- ...
 
--- 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