Node:Session Information, Previous:Who Information, Up:LysKOM Data Types
Session-Info ::= ( person : Pers-No; working-conference : Conf-No; session : Session-No; what-am-i-doing : HOLLERITH; username : HOLLERITH; idle-time : INT32; connection-time : Time; ) Session-Info-Ident ::= ( person : Pers-No; working-conference : Conf-No; session : Session-No; what-am-i-doing : HOLLERITH; username : HOLLERITH; hostname : HOLLERITH; ident-user : HOLLERITH; idle-time : INT32; connection-time : Time; ) Static-Session-Info ::= ( username : HOLLERITH; hostname : HOLLERITH; ident-user : HOLLERITH; connection-time : Time; ) Session-Flags ::= BITSTRING ( invisible; user-active-used; user-absent; reserved3; reserved4; reserved5; reserved6; reserved7; ) Dynamic-Session-Info ::= ( session : Session-No; person : Pers-No; working-conference : Conf-No; idle-time : INT32; flags : Session-Flags; what-am-i-doing : HOLLERITH; )
These data types give information about a particular LysKOM session. The
types Session-Info
and Session-Info-Ident
have been
superseded by Static-Session-Info
and
Dynamic-Session-Info
. The static session info represents
information about a session that does not change during the lifetime of
the session. Therefore static session infos can be aggressively cached by
the client.
The fields of Session-Info
are
person
working-conference
session
what-am-i-doing
username
Who-Info
above.)
idle-time
user-active
was used by this
session, or since the session was created if
user-active
has not been used yet. See also
user-active-used
below.
connection-time
The fields of Session-Info-Ident
are
person
working-conference
session
what-am-i-doing
username
Who-Info-Ident
above.)
hostname
ident-user
idle-time
user-active
was used by this
session, or since the session was created if
user-active
has not been used yet. See also
user-active-used
below.
connection-time
The fields of Static-Session-Info
are
username
Who-Info-Ident
above.)
hostname
ident-user
connection-time
The bits in Session-Flags
are:
invisible
invisible
flag
set.
user-active-used
user-active
call has been issued by
the session, which in turn means that idle-time
fields of
Dynamic-Session-Info
, Session-Info
and
Session-Info-Ident
are valid. When false, the
idle-time
fields contains the number of seconds since the
session was created.
user-absent
The fields of a Dynamic-Session-Info
are
session
person
working-conference
idle-time
user-active
was used by this
session, or since the session was created if
user-active
has not been used yet. See also
user-active-used
above.
flags
what-am-i-doing