diff -r 7b9e2a8c4710 -r e95458712782 plugins/mod_bosh.lua --- a/plugins/mod_bosh.lua Fri Apr 27 23:12:30 2012 +0100 +++ b/plugins/mod_bosh.lua Sat Apr 28 00:45:33 2012 +0100 @@ -10,7 +10,6 @@ local hosts = _G.hosts; local new_xmpp_stream = require "util.xmppstream".new; -local httpserver = require "net.httpserver"; local sm = require "core.sessionmanager"; local sm_destroy_session = sm.destroy_session; local new_uuid = require "util.uuid".generate; @@ -181,7 +180,7 @@ session:close(); return nil; else - return true; -- Inform httpserver we shall reply later + return true; -- Inform http server we shall reply later end end end