Software /
code /
prosody-modules
Comparison
mod_muc_ban_ip/README.markdown @ 1820:8de50be756e5
Various README files: Correct indentation levels, fix syntax and other small fixes
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 02 Sep 2015 17:30:33 +0200 |
parent | 1803:4d73a1a6ba68 |
comparison
equal
deleted
inserted
replaced
1819:1b08597b5e6f | 1820:8de50be756e5 |
---|---|
42 | 42 |
43 There is no extra configuration for this module except for loading it. | 43 There is no extra configuration for this module except for loading it. |
44 Remember... do not load it on the MUC host, simply add it to your global | 44 Remember... do not load it on the MUC host, simply add it to your global |
45 `modules_enabled` list, or under a specific host like: | 45 `modules_enabled` list, or under a specific host like: |
46 | 46 |
47 VirtualHost "anon.example.com" | 47 ``` lua |
48 authentication = "anonymous" | 48 VirtualHost "anon.example.com" |
49 modules_enabled = { "muc_ban_ip" } | 49 authentication = "anonymous" |
50 modules_enabled = { "muc_ban_ip" } | |
51 ``` | |
50 | 52 |
51 Compatibility | 53 Compatibility |
52 ============= | 54 ============= |
53 | 55 |
54 ----- -------------- | 56 ----- -------------- |