diff options
author | Waqas Hussain <waqas20@gmail.com> | 2011-12-14 06:42:23 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2011-12-14 06:42:23 +0500 |
commit | e246f6a8d7d5526c16ea307719f7c0febd340103 (patch) | |
tree | 77e363bb54ce68abac1282333561b46f538778f6 /plugins/mod_bosh.lua | |
parent | c60f52cc4dcd079eb3a3f76d5fe998fd6644b8b6 (diff) | |
download | prosody-e246f6a8d7d5526c16ea307719f7c0febd340103.tar.gz prosody-e246f6a8d7d5526c16ea307719f7c0febd340103.zip |
mod_bosh: Remove unused reference to lxp
Diffstat (limited to 'plugins/mod_bosh.lua')
-rw-r--r-- | plugins/mod_bosh.lua | 1 |
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"; |