hostmanager: Import jid_split (thanks chris)
authorMatthew Wild <mwild1@gmail.com>
Sat, 11 Feb 2012 14:51:00 +0000
changeset 4502 dd1eaecc11f9
parent 4501 eacc93e23f21
child 4503 6dc327809dfd
child 4504 55b61221ecb8
hostmanager: Import jid_split (thanks chris)
core/hostmanager.lua
--- a/core/hostmanager.lua	Sat Feb 11 14:49:51 2012 +0000
+++ b/core/hostmanager.lua	Sat Feb 11 14:51:00 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");