Preliminaries for private group invitation protocol.

This commit is contained in:
akwizgran
2016-11-08 15:44:23 +00:00
parent 32f0b53d15
commit edbf5ff5b4
21 changed files with 179 additions and 84 deletions

View File

@@ -2,5 +2,7 @@ package org.briarproject.api.sync;
public interface MessageFactory {
Message createMessage(GroupId groupId, long timestamp, byte[] body);
Message createMessage(GroupId g, long timestamp, byte[] body);
Message createMessage(MessageId m, byte[] raw);
}