aboutsummaryrefslogtreecommitdiffstats
path: root/core/modulemanager.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/modulemanager.lua')
-rw-r--r--core/modulemanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua
index 6d803a26..0aaf4d1f 100644
--- a/core/modulemanager.lua
+++ b/core/modulemanager.lua
@@ -48,6 +48,7 @@ function loadall()
load("saslauth");
load("legacyauth");
load("roster");
+ load("InBandRegistration");
end
function load(name)