MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


MsgCommunicator

Messaging
Top  Previous  Next


- Methods:
   procedure SendMessage(ToUserID: Cardinal; const Text: String; Directly: Boolean = True); overload;
   procedure SendMessage(ToUserID: Cardinal; Buffer: PChar; Size: Integer; Directly: Boolean = True); overload;
   procedure SendMessage(ToUserID: Cardinal; Stream: TStream; Directly: Boolean = True); 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, Login and Registration
   
Direct Messaging
   
Message History
   
User details and users database
   
Working with contact list
   
Custom commands
   
Disconnect
   
Peer-To-Peer Mode
   
Writing server application



© AidAim Software MsgCommunicator: Delphi Messenger Sdk Instant Messaging Sdk Im Sd