User-visible client information (nickname/status) docs

This commit is contained in:
Андрей Владимирович
2016-02-19 22:47:19 +03:00
parent d45993071f
commit 165ac7d780
2 changed files with 76 additions and 5 deletions

View File

@ -195,3 +195,7 @@ TOX_ADDRESS_SIZE = TOX_PUBLIC_KEY_SIZE + 48
TOX_MAX_FRIEND_REQUEST_LENGTH = 1016
TOX_MAX_MESSAGE_LENGTH = 1372
TOX_MAX_NAME_LENGTH = 128
TOX_MAX_STATUS_MESSAGE_LENGTH = 1007