MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system
Specifies the minimal number which will be used to assign identifier to a client.
property MinUserID: Integer;
Description
Use MinUserID property to reserve of numbers space for server identifiers in multi-server environment or for other reasons. For example, if you would like that your UserID must be of 7 digits at least (e.g. to equal to the phone number), you can set MinUserID to 1000000 before starting the server.
|