Fix introduction response messages in UI and some minor fixes

This commit is contained in:
Torsten Grote
2018-04-27 15:24:13 -03:00
parent 55a329a879
commit 5f6af4e40f
7 changed files with 213 additions and 20 deletions

View File

@@ -25,6 +25,9 @@ public interface IntroductionManager extends ConversationClient {
*/
int CLIENT_VERSION = 1;
/**
* Returns true if both contacts can be introduced at this moment.
*/
boolean canIntroduce(Contact c1, Contact c2) throws DbException;
/**