aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-02-11 14:51:29 +0000
committerMatthew Wild <mwild1@gmail.com>2012-02-11 14:51:29 +0000
commit6bc6d030fd128c75492a467968a0f400bc54f1ca (patch)
tree98d3b83f44f5f7dad47e35619b81fa374558a477 /core
parentaf572a612080a6fd777fe2bdcb6780f40ad2fd87 (diff)
parentfa30c62a6abcead910e0ea85529a0225d7a16e41 (diff)
downloadprosody-6bc6d030fd128c75492a467968a0f400bc54f1ca.tar.gz
prosody-6bc6d030fd128c75492a467968a0f400bc54f1ca.zip
Merge with 0.9
Diffstat (limited to 'core')
-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");