No server side logouts.

Do not try to for a disconnect on this branch, maybe on another one.
This commit is contained in:
Pedro Algarvio 2011-04-24 17:19:57 +01:00
parent 8195421c99
commit 6ed3136c8e
1 changed files with 0 additions and 6 deletions

View File

@ -485,12 +485,6 @@ class RPCServer(component.Component):
"""
return session_id in self.factory.authorized_sessions
def logout_current_session(self):
"""
Makes the current session invalid logging out the current account
"""
self.factory.protocol.connectionLost("Server logged out client")
def emit_event(self, event):
"""
Emits the event to interested clients.