Diff

core/hostmanager.lua @ 4502:dd1eaecc11f9

hostmanager: Import jid_split (thanks chris)
author Matthew Wild <mwild1@gmail.com>
date Sat, 11 Feb 2012 14:51:00 +0000
parent 4498:9454d237cf7c
child 4508:b9e0bd59d817
line wrap: on
line diff
--- 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");