Server-specific Directives
The following directives are related to client-to-server connection. The only mandatory parameter is
PORT
.
PORT
Type: number
Default:8080
Sets the port number. The client will, by default, try to connect to the host it was downloaded from on the specified port number;
[Top]PORT
must correspond to the value that you set forServerPort
directive in yourRealChatServer.conf
file.HOST
Type: hostname or IP
Default:not set
Sets the host parameter. On a multi-homed system, you might want to embed the chat client into a page on a web server other that the one running your chat server. Use the
[Top]HOST
parameter to specify where the applet should connect to. See also theExternalClientHost
server config directive.
channel
Type: text
Default:not set
Allows you to link directly to a specific chat room, other than the default one. Note that
[Top]channel
should correspond to a validRoomName
tag in your server configuration. The room should not be password-protected.
Tip: If the room does not exist, the server will create it on-the-fly and keep it until there are no users left.
isRoomOwner
Type: yes/no
Default:no
Take room ownership for rooms created on-the-fly.
[Top]
initCommand
Type: yes/no
Default:no
Optional message to send upon login. For example, the following phrase
[Top]
initCommand = /who
will result in listing all people in all rooms immediately after login.
Or
initCommand = /echo This is a customizable welcome message!
vServer
Type: text
Default:not set
Selects which virtual server that the client should connect to. [ISP Edition]
[Top]