comparison 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
comparison
equal deleted inserted replaced
51:8c67ea98ab91 52:6455fb62ff83
31 @param CM: instance of QuickContactManagement 31 @param CM: instance of QuickContactManagement
32 """ 32 """
33 debug("Contact List init") 33 debug("Contact List init")
34 self.CM = CM 34 self.CM = CM
35 35
36 def clear_contacts(self, jid):
37 """Clear all the contact list"""
38 raise NotImplementedError
39
36 def replace(self, jid): 40 def replace(self, jid):
37 """add a contact to the list if doesn't exist, else update it""" 41 """add a contact to the list if doesn't exist, else update it"""
38 raise NotImplementedError 42 raise NotImplementedError
39 43
40 def disconnect(self, jid): 44 def disconnect(self, jid):