mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-02-16 02:20:43 +00:00
@@ -87,6 +87,7 @@ message LoginRequest {
|
|||||||
OSLogin os_login = 12;
|
OSLogin os_login = 12;
|
||||||
string my_platform = 13;
|
string my_platform = 13;
|
||||||
bytes hwid = 14;
|
bytes hwid = 14;
|
||||||
|
string salt = 17;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Terminal {
|
message Terminal {
|
||||||
@@ -328,6 +329,7 @@ message CursorPosition {
|
|||||||
message Hash {
|
message Hash {
|
||||||
string salt = 1;
|
string salt = 1;
|
||||||
string challenge = 2;
|
string challenge = 2;
|
||||||
|
bool support_controlling_salt = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
enum ClipboardFormat {
|
enum ClipboardFormat {
|
||||||
|
|||||||
Reference in New Issue
Block a user