update protobuf

This commit is contained in:
vyzo 2019-01-18 15:22:49 +02:00
parent c540724f1f
commit 1ee2b55a9f
2 changed files with 1936 additions and 41 deletions

File diff suppressed because it is too large Load Diff

View File

@ -17,6 +17,7 @@ message Message {
E_INVALID_COOKIE = 103;
E_NOT_AUTHORIZED = 200;
E_INTERNAL_ERROR = 300;
E_UNAVAILABLE = 400;
}
message PeerInfo {
@ -33,6 +34,7 @@ message Message {
message RegisterResponse {
optional ResponseStatus status = 1;
optional string statusText = 2;
optional int64 ttl = 3;
}
message Unregister {