statuses fixed. events added.
This commit is contained in:
parent
c8443b56dd
commit
ae903cf405
14 changed files with 126 additions and 47 deletions
|
@ -3,6 +3,8 @@ from wrapper.toxcore_enums_and_consts import *
|
|||
from messenger.messages import *
|
||||
|
||||
|
||||
# TODO: sub profile name changed event?
|
||||
|
||||
class Messenger(util.ToxSave):
|
||||
|
||||
def __init__(self, tox, plugin_loader, screen, contacts_manager, contacts_provider, items_factory, profile):
|
||||
|
@ -100,6 +102,13 @@ class Messenger(util.ToxSave):
|
|||
except Exception as ex:
|
||||
util.log('Sending pending messages failed with ' + str(ex))
|
||||
|
||||
# -----------------------------------------------------------------------------------------------------------------
|
||||
# Message receipts
|
||||
# -----------------------------------------------------------------------------------------------------------------
|
||||
|
||||
def receipt(self, friend_number, message_id):
|
||||
pass # TODO: process
|
||||
|
||||
# -----------------------------------------------------------------------------------------------------------------
|
||||
# Typing notifications
|
||||
# -----------------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue