Node:Server Information, Next:, Previous:Mapping Local to Global Text Numbers, Up:LysKOM Data Types



Server Information


        Info ::=
              ( version             :   INT32;
                conf-pres-conf      :   Conf-No;
                pers-pres-conf      :   Conf-No;
                motd-conf           :   Conf-No;
                kom-news-conf       :   Conf-No;
                motd-of-lyskom      :   Text-No;
                aux-item-list       :   ARRAY Aux-Item;
              )


        Info-Old ::=
              ( version             :   INT32;
                conf-pres-conf      :   Conf-No;
                pers-pres-conf      :   Conf-No;
                motd-conf           :   Conf-No;
                kom-news-conf       :   Conf-No;
                motd-of-lyskom      :   Text-No;
              )


        Version-Info ::=
              ( protocol-version    :   INT32;
                server-software     :   HOLLERITH;
                software-version    :   HOLLERITH;
              )

These data types contain information about the LysKOM server. The fields of Info and Info-Old are

version
The server version encoded as a number aabbcc where aa is the major version number, bb the minor number and cc the secondary minor version. For instance, 10607 is version 1.6.7 of the server. If greater than 10699 the get-version-info should be used instead.
conf-pres-conf
The conference that contains conference presentations.
pers-pres-conf
The conference that contains person presentations.
motd-conf
The conference that contains conference and person notices.
kom-news-conf
The conference that contains news about LysKOM.
motd-of-lyskom
The number of an article to display when LysKOM is entered or zero if there is none.
aux-item-list
(Not present in Info-Old.) A list of aux-items that belong to the server.

The fields of Version-Info are:

protocol-version
The version of protocol A the server is using. This may be used to ascertain which calls are available.
server-software
Human-readable name of the server software.
software-version
Human-readable name of the server software version.