Software /
code /
prosody
Diff
plugins/mod_bosh.lua @ 7389:bbed548b4306
mod_bosh: Fix imports that got lost in merge
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 19 Apr 2016 17:59:22 +0200 |
parent | 7388:77a3ef937152 |
child | 7390:3219b23c4255 |
line wrap: on
line diff
--- a/plugins/mod_bosh.lua Tue Apr 19 17:44:11 2016 +0200 +++ b/plugins/mod_bosh.lua Tue Apr 19 17:59:22 2016 +0200 @@ -22,6 +22,8 @@ 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";