From 0ff2eacdaff1bd87affc600c35d005a34eda9e04 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Thu, 6 Nov 2008 16:52:39 +0500 Subject: Reworked the way lxmppd.cfg is used --- core/modulemanager.lua | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'core') diff --git a/core/modulemanager.lua b/core/modulemanager.lua index bf5d4c2f..3e1dfa30 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -64,18 +64,6 @@ function modulehelpers.add_handler(origin_type, tag, xmlns, handler) _add_handler(getfenv(2).module, origin_type, tag, xmlns, handler); end -function loadall() - load("saslauth"); - load("legacyauth"); - load("roster"); - load("register"); - load("tls"); - load("vcard"); - load("private"); - load("version"); - load("dialback"); -end - function load(name) local mod, err = loadfile("plugins/mod_"..name..".lua"); if not mod then -- cgit v1.2.3