Connect to newly activated contacts.

This commit is contained in:
akwizgran
2016-04-06 11:06:08 +01:00
parent 04a1f2b12c
commit befd916eba
4 changed files with 229 additions and 6 deletions

View File

@@ -16,5 +16,7 @@ public interface ConnectionRegistry {
Collection<ContactId> getConnectedContacts(TransportId t);
boolean isConnected(ContactId c, TransportId t);
boolean isConnected(ContactId c);
}