CDSI Support

This commit is contained in:
Fedor Indutny
2022-06-14 18:15:33 -07:00
committed by GitHub
parent 038ec9e05d
commit 253e050262
23 changed files with 1432 additions and 1000 deletions

View File

@@ -21,6 +21,10 @@ message CDSClientRequest {
// the request's prev_e164s, only counting new_e164s. If not set, then
// rate limiting considers both prev_e164s' and new_e164s' size.
optional bytes token = 6;
// After receiving a new token from the server, send back a message just
// containing a token_ack.
optional bool token_ack = 7;
}
message CDSClientResponse {