Commit 2cec274b authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Remove user from room when cleaning up idle http sessions. JM-1392

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10514 b35dd754-fafc-0310-a699-88a17e54d16e
parent f939dd18
......@@ -768,7 +768,7 @@ public class HttpSession extends LocalClientSession {
}
public void systemShutdown() {
((HttpSession) session).closeConnection();
close();
}
public void deliver(Packet packet) throws UnauthorizedException {
......
......@@ -46,7 +46,6 @@ public class HttpSessionManager {
public void sessionClosed(HttpSession session) {
sessionMap.remove(session.getStreamID().getID());
sessionManager.removeSession(session);
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment