prosody.cfg.lua.dist: Replace mod_privacy with mod_blocklist in the default config
authorKim Alvefur <zash@zash.se>
Sun, 10 Aug 2014 08:27:20 +0000 (10:27 +0200)
committerKim Alvefur <zash@zash.se>
Sun, 10 Aug 2014 08:27:20 +0000 (10:27 +0200)
prosody.cfg.lua.dist

index ade219a802200020eae87105a53cb38412df273a..d2af75a05b4fcd045fdc4953f7352d8d3c8592d6 100644 (file)
@@ -43,7 +43,7 @@ modules_enabled = {
                "vcard"; -- Allow users to set vCards
        
        -- These are commented by default as they have a performance impact
-               --"privacy"; -- Support privacy lists
+               --"blocklist"; -- Allow users to block communications with other users
                --"compression"; -- Stream compression
 
        -- Nice to have