diff frontends/quick_frontend/quick_contact_list.py @ 52:6455fb62ff83

Connection/disconnection signals - wix, sortilege: management of this new signals /!\ sortilege is bugged, the contact list window is not updated correctly
author Goffi <goffi@goffi.org>
date Thu, 07 Jan 2010 01:55:30 +1100
parents 8c67ea98ab91
children a5b5fb5fc9fd
line wrap: on
line diff
--- a/frontends/quick_frontend/quick_contact_list.py	Thu Jan 07 00:17:27 2010 +1100
+++ b/frontends/quick_frontend/quick_contact_list.py	Thu Jan 07 01:55:30 2010 +1100
@@ -33,6 +33,10 @@
         debug("Contact List init")
         self.CM = CM
     
+    def clear_contacts(self, jid):
+        """Clear all the contact list"""
+        raise NotImplementedError
+    
     def replace(self, jid):
         """add a contact to the list if doesn't exist, else update it"""
         raise NotImplementedError