Changeset

4502:dd1eaecc11f9

hostmanager: Import jid_split (thanks chris)
author Matthew Wild <mwild1@gmail.com>
date Sat, 11 Feb 2012 14:51:00 +0000
parents 4501:eacc93e23f21
children 4503:6dc327809dfd 4504:55b61221ecb8
files core/hostmanager.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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");