Diff

core/modulemanager.lua @ 218:1263896ab2f1

Reworked the way lxmppd.cfg is used
author Waqas Hussain <waqas20@gmail.com>
date Thu, 06 Nov 2008 16:52:39 +0500
parent 198:e4755408d40b
child 229:01bd24ea488d
line wrap: on
line diff
--- a/core/modulemanager.lua	Tue Nov 04 22:50:32 2008 +0000
+++ b/core/modulemanager.lua	Thu Nov 06 16:52:39 2008 +0500
@@ -64,18 +64,6 @@
 	_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