diff -r 85d51cea2c4c -r 3f765fde5149 core/componentmanager.lua --- a/core/componentmanager.lua Fri Oct 09 00:15:39 2009 +0100 +++ b/core/componentmanager.lua Fri Oct 09 00:19:46 2009 +0100 @@ -100,7 +100,6 @@ 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];