Node:Who Information, Next:Session Information, Previous:Article Information, Up:LysKOM Data Types
Who-Info-Old ::=
( person : Pers-No;
working-conference : Conf-No;
what-am-i-doing : HOLLERITH;
)
Who-Info ::=
( person : Pers-No;
working-conference : Conf-No;
session : Session-No;
what-am-i-doing : HOLLERITH;
username : HOLLERITH;
)
Who-Info-Ident ::=
( person : Pers-No;
working-conference : Conf-No;
session : Session-No;
what-am-i-doing : HOLLERITH;
username : HOLLERITH;
hostname : HOLLERITH;
ident-user : HOLLERITH;
)
These structures are used to retrieve information on who is currently
using LysKOM. All the requests using these types are obsolete, but
Who-Info is used by async-i-am-on
(see async-i-am-on).
The fields of Who-Info-Old are
person
working-conference
what-am-i-doing
The fields of Who-Info are
person
working-conference
session
what-am-i-doing
username
hostname and
ident-user (see below) and information from the client.
The fields of Who-Info-Ident are
person
working-conference
session
what-am-i-doing
username
hostname and
ident-user.
hostname
ident-user