And more logging.

This commit is contained in:
Erik Johnston 2014-08-28 15:58:38 +01:00
parent e0ba81344c
commit eb3094ed31
2 changed files with 3 additions and 1 deletions

View file

@ -503,6 +503,7 @@ class PresenceHandler(BaseHandler):
if not self._local_pushmap[localpart]:
del self._local_pushmap[localpart]
@trace_function
def _stop_polling_remote(self, user, domain, remoteusers):
for u in remoteusers:
self._remote_recvmap[u].remove(user)