Diff

core/hostmanager.lua @ 4503:6dc327809dfd

Merge with 0.9
author Matthew Wild <mwild1@gmail.com>
date Sat, 11 Feb 2012 14:51:29 +0000
parent 4502:dd1eaecc11f9
child 4508:b9e0bd59d817
line wrap: on
line diff
--- a/core/hostmanager.lua	Wed Feb 08 16:20:07 2012 +0100
+++ b/core/hostmanager.lua	Sat Feb 11 14:51:29 2012 +0000
@@ -12,6 +12,7 @@
 local disco_items = require "util.multitable".new();
 local NULL = {};
 
+local jid_split = require "util.jid".split;
 local uuid_gen = require "util.uuid".generate;
 
 local log = require "util.logger".init("hostmanager");