notifications added, some fixes

This commit is contained in:
ingvar1995
2016-02-24 21:38:36 +03:00
parent 568609dfcb
commit 35cf74eff8
4 changed files with 24 additions and 32 deletions

View File

@ -199,15 +199,3 @@ TOX_MAX_MESSAGE_LENGTH = 1372
TOX_MAX_NAME_LENGTH = 128
TOX_MAX_STATUS_MESSAGE_LENGTH = 1007
# -----------------------------------------------------------------------------------------------------------------
# Other enums
# -----------------------------------------------------------------------------------------------------------------
TOX_USER_CONNECTION_STATUS = {
'ONLINE': 0,
'AWAY': 1,
'BUSY': 2,
'OFFLINE': 3
}