mod_bosh: Fix imports that got lost in merge
authorKim Alvefur <zash@zash.se>
Tue, 19 Apr 2016 15:59:22 +0000 (17:59 +0200)
committerKim Alvefur <zash@zash.se>
Tue, 19 Apr 2016 15:59:22 +0000 (17:59 +0200)
plugins/mod_bosh.lua

index b65e76854b9c355260a4e5cb67f46908a25742b1..e43d8569a1189797a8b267d16b8fb3d418e4456d 100644 (file)
@@ -22,6 +22,8 @@ local initialize_filters = require "util.filters".initialize;
 local math_min = math.min;
 local xpcall, tostring, type = xpcall, tostring, type;
 local traceback = debug.traceback;
+local runner = require"util.async".runner;
+local nameprep = require "util.encodings".stringprep.nameprep;
 
 local xmlns_streams = "http://etherx.jabber.org/streams";
 local xmlns_xmpp_streams = "urn:ietf:params:xml:ns:xmpp-streams";