Skip to content

Commit 3c91276

Browse files
jfberryFabio1988
authored andcommitted
Capability proposal
1 parent 0479e4f commit 3c91276

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rotom.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ message MitmResponse {
6262
AuthStatus status = 2;
6363
bool supports_compression = 3;
6464
string useragent = 4;
65+
uint64 mitm_capability = 5; // Bitwise field built up of Mitm Capability flags
6566
}
6667

6768
message RpcResponse {
@@ -131,3 +132,7 @@ enum RpcStatus {
131132
RPC_STATUS_LOGIN_ERROR_BAIL = 20;
132133
RPC_STATUS_MITM_DISALLOWED_REQUEST = 99;
133134
}
135+
136+
enum MitmCapability {
137+
MITM_CAPABILITY_REQUEST_LONG_SESSIONS = 1;
138+
}

0 commit comments

Comments
 (0)