New protos with group messaging stuff

This commit is contained in:
Matt Corallo 2014-03-12 12:52:19 -07:00
parent 1c20dba67f
commit 288d66b4a3
2 changed files with 39 additions and 11 deletions

View file

@ -11,6 +11,7 @@ message WhisperMessage {
}
message PreKeyWhisperMessage {
optional uint32 registrationId = 5;
optional uint32 preKeyId = 1;
optional bytes baseKey = 2;
optional bytes identityKey = 3;