[wip] work on chatoob frontend

This commit is contained in:
Christophe Benz 2010-05-16 02:18:19 +02:00
commit 44221c4c9e
5 changed files with 109 additions and 2 deletions

View file

@ -139,3 +139,6 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesReply, ICapDating, ICapC
def send_chat_message(self, _id, message):
return self.browser.send_chat_message(_id, message)
#def start_chat_polling(self):
#self._profile_walker = ProfilesWalker(self.weboob.scheduler, self.storage, self.browser)