mod_blocking/README.markdown
changeset 5841 7d11a3133d17
parent 5840 51c08960cba3
equal deleted inserted replaced
5840:51c08960cba3 5841: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 =============