MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system
TMsgUserStatus specifies the status of a user.
Unit
MsgComBase
type
TMsgUserStatus = (msgOffLine, msgOnLine, msgConnecting, msgConnected);
Description
TMsgUserStatus specifies the status of a client.
msgOffLine indicates that this user is off-line or not registered.
msgOnLine indicates that this user is on-line now.
msgConnecting indicates that the client is trying to set direct connect with this user.
msgConnected indicates that the client is connected to this user directly.
|