big update: ui now show all info about user's profile. callbacks update. singleton added
This commit is contained in:
@ -199,3 +199,15 @@ 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
|
||||
}
|
||||
|
Reference in New Issue
Block a user