MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system
To send commands from server, call TMsgServer.SendCommand.
To receive custom commands on client, set TMsgClient.OnReceiveCommand event handler.
To send commands from client, call TMsgClient.SendCommand.
To receive custom commands on server, set TMsgServer.OnReceiveCommand event handler.
To learn details, see CustomCommands Demo.
Other topics:
Connecting
Messaging
Direct Messaging
User details and users database
Working with contact list
Disconnect
Peer-To-Peer Mode
Writing server application
|