From c256444e8b4181648a938c24270feaade73d9b5a Mon Sep 17 00:00:00 2001
From: Matthew Wild <mwild1@gmail.com>
Date: Sat, 11 Feb 2012 14:51:00 +0000
Subject: hostmanager: Import jid_split (thanks chris)

---
 core/hostmanager.lua | 1 +
 1 file changed, 1 insertion(+)

(limited to 'core')

diff --git a/core/hostmanager.lua b/core/hostmanager.lua
index 0dd1d426..7edf8230 100644
--- a/core/hostmanager.lua
+++ b/core/hostmanager.lua
@@ -12,6 +12,7 @@ local events_new = require "util.events".new;
 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");
-- 
cgit v1.2.3