TsgcWSPServer_Presence › Properties › Acknowledgment
Configures server-side message acknowledgement and retry behavior.
property Acknowledgment: TsgcWSAckServer_Options read FAcknowledgment write SetAcknowledgment;
—
When enabled, every message the server sends to a client is tagged with an identifier and queued until the client replies with an acknowledgement; if no reply is received within Timeout seconds, the server resends the message. Interval controls how often the queue is scanned. Disabled by default.
oPresenceServer.Acknowledgment.Enabled := True;
oPresenceServer.Acknowledgment.Interval := 5;
oPresenceServer.Acknowledgment.Timeout := 30;