We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0479e4f commit 3c91276Copy full SHA for 3c91276
rotom.proto
@@ -62,6 +62,7 @@ message MitmResponse {
62
AuthStatus status = 2;
63
bool supports_compression = 3;
64
string useragent = 4;
65
+ uint64 mitm_capability = 5; // Bitwise field built up of Mitm Capability flags
66
}
67
68
message RpcResponse {
@@ -131,3 +132,7 @@ enum RpcStatus {
131
132
RPC_STATUS_LOGIN_ERROR_BAIL = 20;
133
RPC_STATUS_MITM_DISALLOWED_REQUEST = 99;
134
135
+
136
+enum MitmCapability {
137
+ MITM_CAPABILITY_REQUEST_LONG_SESSIONS = 1;
138
+}
0 commit comments