aboutsummaryrefslogtreecommitdiffstats
path: root/core/hostmanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-02-11 14:51:00 +0000
committerMatthew Wild <mwild1@gmail.com>2012-02-11 14:51:00 +0000
commitfa30c62a6abcead910e0ea85529a0225d7a16e41 (patch)
tree32c4f7c09b9a30513a0507f570b43d879cde1c5c /core/hostmanager.lua
parent6448e03b74dbc86ba12870e4166a139a475196b0 (diff)
downloadprosody-fa30c62a6abcead910e0ea85529a0225d7a16e41.tar.gz
prosody-fa30c62a6abcead910e0ea85529a0225d7a16e41.zip
hostmanager: Import jid_split (thanks chris)
Diffstat (limited to 'core/hostmanager.lua')
-rw-r--r--core/hostmanager.lua1
1 files changed, 1 insertions, 0 deletions
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");