Server-specific Directives
These are the directives related to client-to-server connection. The only mandatory parameter is
PORT
.
PORT
Type: number
Default:8080
The client will, by default, try to connect to the host it was downloaded from, on the specified port number, i.e.
[ top ]PORT
must correspond to the value you set forServerPort
directive in yourRealChatServer.conf
file. The port used by all JTAN rooms is 8088.
channel
Type: text
Default:not set
This would allow you to link directly to 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. This must be the room name which you defined in the Members Area. It starts with your username.