Mercurial > prosody-wiki
changeset 478:deb4182a7b61
Add note about mod_blocklist in 0.10
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 19 Aug 2014 16:53:22 +0200 |
parents | 86bd8fbd25bc |
children | 9fb016dd8f5f |
files | mod_blocking.wiki |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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