MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system
- Methods:
procedure SendMessage(ToUserID: Cardinal; const Text: String); overload;
procedure SendMessage(ToUserID: Cardinal; Buffer: PChar; Size: Integer); overload;
procedure SendMessage(ToUserID: Cardinal; Stream: TStream); overload;
- Events:
OnReceiveTextMessage
OnReceiveBinaryMessage
OnReceiveStreamMessage
To send message, just call an appropriate method. To receive messages, you must define appropriate event handlers.
Features of direct messaging see in Direct Messaging chapter.
Other topics:
Connecting
Direct Messaging
User details and users database
Working with contact list
Custom commands
Disconnect
Peer-To-Peer Mode
Writing server application
|