# HG changeset patch # User Kim Alvefur # Date 1408460002 -7200 # Node ID deb4182a7b6112c64bcbea37482a770d55c2281a # Parent 86bd8fbd25bcaffb10b085b41f2427eb38e2849a Add note about mod_blocklist in 0.10 diff -r 86bd8fbd25bc -r deb4182a7b61 mod_blocking.wiki --- a/mod_blocking.wiki Tue Aug 19 16:48:43 2014 +0200 +++ b/mod_blocking.wiki Tue Aug 19 16:53:22 2014 +0200 @@ -13,18 +13,22 @@ Simple Communications Blocking was developed to solve the above issues, and allows the client to manage a simple list of blocked JIDs. This plugin implements support for that protocol in Prosody, however the actual blocking is still managed by mod_privacy, so it is *required* for that plugin to be loaded (this may change in future). +An XEP-0191 implementation without dependency on mod_privacy is available in Prosody 0.10 as [https://prosody.im/doc/modules/mod_blocklist mod_blocklist]. + = Configuration = -Simply ensure that mod_privacy and mod_blocking are loaded in your modules_enabled list: +Simply ensure that mod_privacy (or mod_privacy_lists in 0.10+) and mod_blocking are loaded in your modules_enabled list: {{{ modules_enabled = { -- ... - "privacy", + "privacy", -- or privacy_lists in Prosody 0.10+ "blocking", -- ... }}} = Compatibility = +||0.10||Works but will conflict with mod_blocklist|| +||0.9||Works|| ||0.8||Works|| ||0.7||Works|| ||0.6||Doesn't work|| \ No newline at end of file