add changing state for Send button in chat when msg size exceeds allowed size (Patch from Phenom)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7438 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-07-06 11:33:04 +00:00
parent 24ad4b8880
commit 8667cf9f92
9 changed files with 56 additions and 3 deletions

View file

@ -158,6 +158,11 @@ class p3Msgs: public RsMsgs
*/
virtual bool clearPrivateChatQueue(bool incoming, const RsPeerId& id);
/*!
* Return the max message size for security forwarding
*/
virtual int getMaxMessageSecuritySize();
/*!
* sends immediate status string to a specific peer, e.g. in a private chat
* @param peer_id peer to send status string to