mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Connect to newly activated contacts.
This commit is contained in:
@@ -16,5 +16,7 @@ public interface ConnectionRegistry {
|
||||
|
||||
Collection<ContactId> getConnectedContacts(TransportId t);
|
||||
|
||||
boolean isConnected(ContactId c, TransportId t);
|
||||
|
||||
boolean isConnected(ContactId c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user