diff -r ecdf72f9b085 -r cbe49bb8d51d plugins/mod_bosh.lua --- a/plugins/mod_bosh.lua Mon Feb 09 13:31:10 2009 +0000 +++ b/plugins/mod_bosh.lua Mon Feb 09 13:32:46 2009 +0000 @@ -243,6 +243,7 @@ (session.log or log)("debug", "BOSH client inactive too long, destroying session at %d", now); sessions[session.sid] = nil; inactive_sessions[session] = nil; + session.bosh_max_inactive = nil; -- Stop us marking this session as active during destroy sm_destroy_session(session, "BOSH client silent for over "..session.bosh_max_inactive.." seconds"); end else