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 | 5c9595e00fe0b8a02476ead3c156c4fb7236963b (patch) | |
tree | 77e363bb54ce68abac1282333561b46f538778f6 /plugins | |
parent | 9b3bd4fcc3b88ee76bda9564ea86daa8f01f9cdb (diff) | |
download | prosody-5c9595e00fe0b8a02476ead3c156c4fb7236963b.tar.gz prosody-5c9595e00fe0b8a02476ead3c156c4fb7236963b.zip |
mod_bosh: Remove unused reference to lxp
Diffstat (limited to 'plugins')
-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"; |