MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system
Occurs when the server receives a custom message from client.
type TMsgOnServerReceiveStreamMessage = procedure (const FromUserID: Cardinal; Stream: TStream) of object;
property OnReceiveStreamMessage: TMsgOnServerReceiveStreamMessage;
Description
OnReceiveStreamMessage occurs when the server receives a custom stream message sent to this server.
You can send message using SendMessage method.
|