mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Fix introduction response messages in UI and some minor fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user