mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-05 11:44:04 +00:00
Add dependencies/vendor (whatsapp)
This commit is contained in:
14
vendor/go.mau.fi/libsignal/serialize/FingerprintProtocol.proto
vendored
Normal file
14
vendor/go.mau.fi/libsignal/serialize/FingerprintProtocol.proto
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
// From https://github.com/signalapp/libsignal-protocol-c/blob/master/protobuf/FingerprintProtocol.proto
|
||||
syntax = "proto2";
|
||||
package textsecure;
|
||||
|
||||
message LogicalFingerprint {
|
||||
optional bytes content = 1;
|
||||
optional bytes identifier = 2; // Version 0
|
||||
}
|
||||
|
||||
message CombinedFingerprints {
|
||||
optional uint32 version = 1;
|
||||
optional LogicalFingerprint localFingerprint = 2;
|
||||
optional LogicalFingerprint remoteFingerprint = 3;
|
||||
}
|
Reference in New Issue
Block a user