mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Only allow new introductions in START state
When the user attempts an introduction, instead of the introduction message input field, an explanatory text will be shown and the introduction can not be made until the last one has been finished.
This commit is contained in:
@@ -25,6 +25,8 @@ public interface IntroductionManager extends ConversationClient {
|
||||
*/
|
||||
int CLIENT_VERSION = 1;
|
||||
|
||||
boolean canIntroduce(Contact c1, Contact c2) throws DbException;
|
||||
|
||||
/**
|
||||
* Sends two initial introduction messages.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user