Mercurial > prosody-modules
comparison mod_blocking/README.markdown @ 2232:836b36d8bfd2
mod_blocking/README: Use magic autolinking
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 08 Jul 2016 22:35:13 +0200 |
parents | 4d73a1a6ba68 |
children | 51c08960cba3 |
comparison
equal
deleted
inserted
replaced
2231:131075a3bf0d | 2232:836b36d8bfd2 |
---|---|
26 plugin implements support for that protocol in Prosody, however the | 26 plugin implements support for that protocol in Prosody, however the |
27 actual blocking is still managed by mod\_privacy, so it is **required** | 27 actual blocking is still managed by mod\_privacy, so it is **required** |
28 for that plugin to be loaded (this may change in future). | 28 for that plugin to be loaded (this may change in future). |
29 | 29 |
30 An XEP-0191 implementation without dependency on mod\_privacy is | 30 An XEP-0191 implementation without dependency on mod\_privacy is |
31 available in Prosody 0.10 as | 31 available in Prosody 0.10 as [mod\_blocklist][doc:modules:mod_blocklist]. |
32 [mod\_blocklist](https://prosody.im/doc/modules/mod_blocklist). | |
33 | 32 |
34 Configuration | 33 Configuration |
35 ============= | 34 ============= |
36 | 35 |
37 Simply ensure that mod\_privacy (or mod\_privacy\_lists in 0.10+) and | 36 Simply ensure that mod\_privacy (or [mod\_privacy\_lists] in 0.10+) and |
38 mod\_blocking are loaded in your modules\_enabled list: | 37 mod\_blocking are loaded in your modules\_enabled list: |
39 | 38 |
40 modules_enabled = { | 39 modules_enabled = { |
41 -- ... | 40 -- ... |
42 "privacy", -- or privacy_lists in Prosody 0.10+ | 41 "privacy", -- or privacy_lists in Prosody 0.10+ |