TsgcWSPServer_E2EE › Properties › E2EE_Options
Options that control server-side E2EE behavior: acknowledgments and public key handling.
property E2EE_Options: TsgcE2EE_Server_Options read FE2EE_Options write SetE2EE_Options;
—
The server never decrypts message payloads; these options only control routing and key-management behavior:
WSPE2EE.E2EE_Options.Ack.RcvDirectMessage := True;
WSPE2EE.E2EE_Options.Ack.RcvGroupMessage := True;
WSPE2EE.E2EE_Options.PublicKeys.ReceiveNewPublicKey := e2eeServerNewPubKeySaveAndBroadcast;