# HG changeset patch # User Matthew Wild # Date 1328971860 0 # Node ID dd1eaecc11f95abf29ae18d70211c80932d38cee # Parent eacc93e23f21081ba668ee35448367f2bb624900 hostmanager: Import jid_split (thanks chris) diff -r eacc93e23f21 -r dd1eaecc11f9 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");