comparison frontends/quick_frontend/quick_contact_list.py @ 111:6c927140ba82

sortilege fix: it launches again now
author Goffi <goffi@goffi.org>
date Tue, 29 Jun 2010 16:07:51 +0800
parents f271fff3a713
children 961e0898271f
comparison
equal deleted inserted replaced
110:cb904fa7de3c 111:6c927140ba82
35 35
36 def clear_contacts(self, jid): 36 def clear_contacts(self, jid):
37 """Clear all the contact list""" 37 """Clear all the contact list"""
38 raise NotImplementedError 38 raise NotImplementedError
39 39
40 def replace(self, jid): 40 def replace(self, jid, groups=None):
41 """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"""
42 raise NotImplementedError 42 raise NotImplementedError
43 43
44 def disconnect(self, jid): 44 def disconnect(self, jid):
45 """mark a contact disconnected""" 45 """mark a contact disconnected"""