User.IdleInterval - Time interval in which the heartbeat messages are sent to client
The following actions are performed if a client does not reply to heartbeat message (intervals are in seconds)
User.DisconnectInterval - Time interval in which a client is marked as 'disconnected'
User.NAInterval - Time interval in which a client is marked as 'N/A'
User.ExitInterval - Time interval in which client is forced to exit chat
RoomCreate.UserCanCreateRoom -true/false if true, regular users can create new rooms
Room.AdminCanEnterPrivate -true/false if true, administrators can enter private rooms without an invitation
RoomSay.MaxMsgLength - max message length, all messages will be truncated to this size (in bytes)
Transcript.NumberOfLines -number of lines of messages saved in the room, i.e. when a user enters room,
that many lines of room messages the user will see.
SiteCreate.DefaultRoomName -when a new Site is created this is the default room that will be created in the Site
(a Site should have at least one room )
UserNew.MaxNameLength -max user name length
MsgFilter.MaxLineLength -max line length in the client messages window
MsgFilter.HTTPPattern -pattern by which Server determines that an expression is a http link
MessagePersistor.HistoryDays - Number of days all the activity is saved to the database.
ChatServer.DefaultSiteId - Default Site user enters if the Site Id is not specified.