core/modulemanager.lua

branch
tls
changeset 65
9c471840acb9
parent 63
4c27740fdeff
child 86
a2085854c72c
equal deleted inserted replaced
64:bcd0a3975580 65:9c471840acb9
47 function loadall() 47 function loadall()
48 load("saslauth"); 48 load("saslauth");
49 load("legacyauth"); 49 load("legacyauth");
50 load("roster"); 50 load("roster");
51 load("register"); 51 load("register");
52 load("tls");
52 end 53 end
53 54
54 function load(name) 55 function load(name)
55 local mod, err = loadfile("plugins/mod_"..name..".lua"); 56 local mod, err = loadfile("plugins/mod_"..name..".lua");
56 if not mod then 57 if not mod then

mercurial