TsgcWSPServer_E2EEProperties › E2EE_Options

E2EE_Options Property

Options that control server-side E2EE behavior: acknowledgments and public key handling.

Syntax

property E2EE_Options: TsgcE2EE_Server_Options read FE2EE_Options write SetE2EE_Options;

Default Value

Remarks

The server never decrypts message payloads; these options only control routing and key-management behavior:

Example

WSPE2EE.E2EE_Options.Ack.RcvDirectMessage := True;
WSPE2EE.E2EE_Options.Ack.RcvGroupMessage := True;
WSPE2EE.E2EE_Options.PublicKeys.ReceiveNewPublicKey := e2eeServerNewPubKeySaveAndBroadcast;

Back to Properties