[wip] work on chatoob frontend
This commit is contained in:
parent
8344824970
commit
44221c4c9e
5 changed files with 109 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue