oops, my last checkin was incomplete
This commit is contained in:
parent
abec26cdfc
commit
d536fc9648
1 changed files with 2 additions and 2 deletions
|
@ -1701,8 +1701,8 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
|
||||||
|
|
||||||
if not self.sessions[jid]:
|
if not self.sessions[jid]:
|
||||||
del self.sessions[jid]
|
del self.sessions[jid]
|
||||||
except KeyError
|
except KeyError:
|
||||||
print "jid %s should have been in %s, but it wasn't. missing session?" % (repr(jid), repr(self.sessions.keys())
|
print "jid %s should have been in %s, but it wasn't. missing session?" % (repr(jid), repr(self.sessions.keys()))
|
||||||
|
|
||||||
def move_session(self, original_jid, thread_id, to_resource):
|
def move_session(self, original_jid, thread_id, to_resource):
|
||||||
'''moves a session to another resource.'''
|
'''moves a session to another resource.'''
|
||||||
|
|
Loading…
Add table
Reference in a new issue