diff src/core/sat_main.py @ 347:ea3e1b82dd79

core: contact deletion from roster if we have no subscription to it (behaviour may change in futur) quick frontend: groups is updated in contactList in case of roster push
author Goffi <goffi@goffi.org>
date Sun, 29 May 2011 16:12:08 +0200
parents ca3a041fed30
children cc2afb92ab93
line wrap: on
line diff
--- a/src/core/sat_main.py	Sat May 28 20:28:21 2011 +0200
+++ b/src/core/sat_main.py	Sun May 29 16:12:08 2011 +0200
@@ -475,7 +475,6 @@
         to_jid=jid.JID(to)
         self.profiles[profile].roster.removeItem(to_jid)
         self.profiles[profile].presence.unsubscribe(to_jid)
-        self.bridge.contactDeleted(to, profile)
 
 
     ## callbacks ##