prosody.cfg.lua.dist
changeset 3273 e9f5489ed2fe
parent 3165 4ffb5469c1f6
child 3412 7c66519f4973
equal deleted inserted replaced
3272:5ad2710d7bb8 3273:e9f5489ed2fe
    69 -- them then uncomment them below
    69 -- them then uncomment them below
    70 modules_disabled = {
    70 modules_disabled = {
    71 	-- "presence";
    71 	-- "presence";
    72 	-- "message";
    72 	-- "message";
    73 	-- "iq";
    73 	-- "iq";
    74 	-- "defaultauth";
       
    75 };
    74 };
    76 
    75 
    77 -- Disable account creation by default, for security
    76 -- Disable account creation by default, for security
    78 -- For more information see http://prosody.im/doc/creating_accounts
    77 -- For more information see http://prosody.im/doc/creating_accounts
    79 allow_registration = false;
    78 allow_registration = false;