Node:Conference Status Types, Next:Archaic way to list conferences, Previous:Conference Search Results, Up:LysKOM Data Types
        Garb-Nice ::= INT32;
        Conference-Old ::=
                ( name                  :       HOLLERITH;
                  type                  :       Conf-Type;
                  creation-time         :       Time;
                  last-written          :       Time;
                  creator               :       Pers-No;
                  presentation          :       Text-No;
                  supervisor            :       Conf-No;
                  permitted-submitters  :       Conf-No;
                  super-conf            :       Conf-No;
                  msg-of-day            :       Text-No;
                  nice                  :       Garb-Nice;
                  no-of-members         :       INT16;
                  first-local-no        :       Local-Text-No;
                  no-of-texts           :       INT32;
                )
        Conference ::=
                ( name                  :       HOLLERITH;
                  type                  :       Extended-Conf-Type;
                  creation-time         :       Time;
                  last-written          :       Time;
                  creator               :       Pers-No;
                  presentation          :       Text-No;
                  supervisor            :       Conf-No;
                  permitted-submitters  :       Conf-No;
                  super-conf            :       Conf-No;
                  msg-of-day            :       Text-No;
                  nice                  :       Garb-Nice;
                  keep-commented        :       Garb-Nice;
                  no-of-members         :       INT16;
                  first-local-no        :       Local-Text-No;
                  no-of-texts           :       INT32;
                  expire                :       Garb-Nice;
                  aux-items             :       ARRAY Aux-Item;
                )
        UConference ::=
                ( name                  :       HOLLERITH;
                  type                  :       Extended-Conf-Type;
                  highest-local-no      :       Local-Text-No;
                  nice                  :       Garb-Nice;
                )
These three types are used to specify information about a conference. 
Garb-Nice is a quantity used to specify how long articled are
kept in a conference before being removed.  Conference is the full
information about a conference and UConference is brief
information about a conference.
The fields of Conference are
name
type
creation-time
last-written
creator
presentation
supervisor
permitted-submitters
super-conf
original bit is
set, clients should send comments to this conference
(see Recipients of comments).  If the permitted-submitters
field rejects a text3, the
server will silently send the text to the super-conf
conference instead.  This redirection mechanism is applied repeatedly
until conference that accepts the text is found, or an
implementation-defined limit is reached. 
msg-of-day
nice
keep-commented
no-of-members
first-local-no
no-of-texts
expire
aux-items
The fields of UConference are
name
type
Conference. 
highest-local-no
nice
The supervisor may be a person, in which
case the members of that person's mailbox become supervisors.
permitted-submitters can be
a person, in which case all persons who are members of the associated
mailbox are allowed to submit articles to the conference.
This is true if the text is created
using create-text, create-anonymous-text,
create-anonymous-text-old or create-text-old. 
Future requests that create texts may have other semantics.