From c8cbb6be283e9215da87625016fe8838dda76c02 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 13 May 2026 18:06:39 +0800 Subject: [PATCH] Update rendezvous.proto --- protos/rendezvous.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/rendezvous.proto b/protos/rendezvous.proto index c2dad0356..5c4dc3d1e 100644 --- a/protos/rendezvous.proto +++ b/protos/rendezvous.proto @@ -103,6 +103,7 @@ message RegisterPkResponse { INVALID_ID_FORMAT = 5; NOT_SUPPORT = 6; SERVER_ERROR = 7; + NOT_DEPLOYED = 8; } Result result = 1; int32 keep_alive = 2;