aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2011-12-14 06:42:23 +0500
committerWaqas Hussain <waqas20@gmail.com>2011-12-14 06:42:23 +0500
commit5c9595e00fe0b8a02476ead3c156c4fb7236963b (patch)
tree77e363bb54ce68abac1282333561b46f538778f6 /plugins
parent9b3bd4fcc3b88ee76bda9564ea86daa8f01f9cdb (diff)
downloadprosody-5c9595e00fe0b8a02476ead3c156c4fb7236963b.tar.gz
prosody-5c9595e00fe0b8a02476ead3c156c4fb7236963b.zip
mod_bosh: Remove unused reference to lxp
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_bosh.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mod_bosh.lua b/plugins/mod_bosh.lua
index f4b38bfd..9de27b4b 100644
--- a/plugins/mod_bosh.lua
+++ b/plugins/mod_bosh.lua
@@ -9,7 +9,6 @@
module.host = "*" -- Global module
local hosts = _G.hosts;
-local lxp = require "lxp";
local new_xmpp_stream = require "util.xmppstream".new;
local httpserver = require "net.httpserver";
local sm = require "core.sessionmanager";