mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Use namespaced strings for client IDs
This commit is contained in:
@@ -12,8 +12,8 @@ import java.util.Collection;
|
||||
|
||||
public interface IntroductionManager extends MessageTracker {
|
||||
|
||||
/** Returns the unique ID of the introduction client. */
|
||||
ClientId getClientId();
|
||||
/** The unique ID of the introduction client. */
|
||||
ClientId CLIENT_ID = new ClientId("org.briarproject.briar.introduction");
|
||||
|
||||
/**
|
||||
* sends two initial introduction messages
|
||||
|
||||
Reference in New Issue
Block a user