Update to real server provisioning API
This commit is contained in:
parent
c112c59ce6
commit
29b2ffc769
5 changed files with 18 additions and 26 deletions
|
@ -1,5 +1,9 @@
|
|||
package textsecure;
|
||||
|
||||
message ProvisioningUuid {
|
||||
optional string uuid = 1;
|
||||
}
|
||||
|
||||
message DeviceInit {
|
||||
required bytes masterEphemeralPubKey = 1;
|
||||
required bytes identityKeyMessage = 2; // contains an IdentityKey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue