# HG changeset patch # User NKNeumann@gmail.com # Date 1424474037 0 # Node ID 0a4bba063c67346edc26ed6fc982964b3bc652af # Parent 77f510e2dc5b5fa0ae4c88f4f73ffaa39561037b Edited wiki page mod_muc_restrict_rooms through web user interface. diff -r 77f510e2dc5b -r 0a4bba063c67 mod_muc_restrict_rooms.wiki --- a/mod_muc_restrict_rooms.wiki Fri Feb 20 18:32:41 2015 +0000 +++ b/mod_muc_restrict_rooms.wiki Fri Feb 20 23:13:57 2015 +0000 @@ -12,7 +12,7 @@ Copy the module to the prosody modules/plugins directory. -In Prosody's configuration file, under the desired host section, add: +In Prosody's configuration file, under the desired MUC component definition, add: {{{ modules_enabled = { ... @@ -21,6 +21,8 @@ } }}} +*Note*: This module _shouldn't_ be loaded in the global *modules_enabled*, otherwise it won't work. + = Configuration = *mod_muc_restrict_rooms* has several variables which let you configure the patterns for room names you want to ban, establish exceptions for those patterns and even deciding whether admins can or not bypass the prohibition.