diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-10-09 00:19:46 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-10-09 00:19:46 +0100 |
commit | c841ad19668306a797bb70ed15d946590cca2b50 (patch) | |
tree | e5fd6055d6c62c7157c0cc91a2a8c35f1349ba4d | |
parent | 3581ac307236467a29c63959ff020ef40561a7d6 (diff) | |
download | prosody-c841ad19668306a797bb70ed15d946590cca2b50.tar.gz prosody-c841ad19668306a797bb70ed15d946590cca2b50.zip |
componentmanager: Remove FIXME
-rw-r--r-- | core/componentmanager.lua | 1 |
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]; |