mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Added a method for creating local groups.
This commit is contained in:
@@ -9,4 +9,8 @@ public interface GroupFactory {
|
||||
|
||||
/** Creates a restricted group. */
|
||||
Group createGroup(String name, byte[] publicKey) throws IOException;
|
||||
|
||||
/** Creates a restricted group to which the local user can post messages. */
|
||||
LocalGroup createLocalGroup(String name, byte[] publicKey,
|
||||
byte[] privateKey) throws IOException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user