aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-10-09 00:19:46 +0100
committerMatthew Wild <mwild1@gmail.com>2009-10-09 00:19:46 +0100
commitc841ad19668306a797bb70ed15d946590cca2b50 (patch)
treee5fd6055d6c62c7157c0cc91a2a8c35f1349ba4d /core
parent3581ac307236467a29c63959ff020ef40561a7d6 (diff)
downloadprosody-c841ad19668306a797bb70ed15d946590cca2b50.tar.gz
prosody-c841ad19668306a797bb70ed15d946590cca2b50.zip
componentmanager: Remove FIXME
Diffstat (limited to 'core')
-rw-r--r--core/componentmanager.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/componentmanager.lua b/core/componentmanager.lua
index c6ca4553..30ffd8a8 100644
--- a/core/componentmanager.lua
+++ b/core/componentmanager.lua
@@ -100,7 +100,6 @@ function register_component(host, component, session)
if not(host:find("@", 1, true) or host:find("/", 1, true)) and host:find(".", 1, true) then
disco_items:set(host:sub(host:find(".", 1, true)+1), host, true);
end
- -- FIXME only load for a.b.c if b.c has dialback, and/or check in config
modulemanager.load(host, "dialback");
log("debug", "component added: "..host);
return session or hosts[host];