SERVER

Name

SERVER -- Server identification

Synopsis

<SERVER ID="id" NAME="name" VERSION="version" STATUS="status"> <OPTIONS CHATLEN="chatlen"/> </SERVER>
DataTypeExample
IDstringGGZ-0.0.6
NAMEstringHarry's GGZ server
VERSIONint6
STATUSstringok
CHATLENint512

Description

An identification message from the server

Message Data

ID

Server identification string (including version number)

VERSION

Integer version number

NAME

Descriptive name of that server

STATUS

Current server status, can be either 'ok' or 'full'

CHATLEN

Maximum length of chat messages


Usage

The SERVER tag is sent from the server to the client right after the SESSION tag. It must be examined by the client to determine whether a login is possible or not.