This generates a large number of key exchange messages and registers them with the server during signup.
9 lines
No EOL
206 B
Protocol Buffer
9 lines
No EOL
206 B
Protocol Buffer
package textsecure;
|
|
|
|
option java_package = "org.thoughtcrime.securesms.encoded";
|
|
option java_outer_classname = "PreKeyProtos";
|
|
|
|
message PreKeyEntity {
|
|
optional uint64 id = 1;
|
|
optional bytes key = 2;
|
|
} |