Mercurial > prosody-modules
comparison 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 |
comparison
equal
deleted
inserted
replaced
5836:51c08960cba3 | 5837:7d11a3133d17 |
---|---|
40 available in Prosody 0.10 as [mod\_blocklist][doc:modules:mod_blocklist]. | 40 available in Prosody 0.10 as [mod\_blocklist][doc:modules:mod_blocklist]. |
41 | 41 |
42 Configuration | 42 Configuration |
43 ============= | 43 ============= |
44 | 44 |
45 Simply ensure that mod\_privacy (or [mod\_privacy\_lists] in 0.10+) and | 45 Simply ensure that [mod_privacy_lists] and mod_blocking are loaded in |
46 mod\_blocking are loaded in your modules\_enabled list: | 46 your modules_enabled list: |
47 | 47 |
48 modules_enabled = { | 48 modules_enabled = { |
49 -- ... | 49 -- ... |
50 "privacy", -- or privacy_lists in Prosody 0.10+ | 50 "privacy_lists", |
51 "blocking", | 51 "blocking", |
52 -- ... | 52 -- ... |
53 | 53 |
54 Compatibility | 54 Compatibility |
55 ============= | 55 ============= |