MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system
Disconnects the user specified by UserID from this server.
procedure DisconnectUser(const UserID: Cardinal);
Description
Call DisconnectUser to disconnect the user with specified UserID. DisconnectUser searches for existing user then disconnected it if it is found. All connected users from the contact list of this disconnected user will be informed that the user went off-line like in case it is disconnected itself.
|