Method Protocols.LysKOM.Session()->create()
- Method
create
Protocols.LysKOM.Session Protocols.LysKOM.Session(stringserver)
Protocols.LysKOM.Session Protocols.LysKOM.Session(stringserver,mappingoptions)- Description
Initializes the session object, and opens a connection to that server.
optionsis a mapping of options:"login":int|stringlogin as this person number (get number from name).
"create":stringcreate a new person and login with it.
"password":stringsend this login password.
"invisible":boolif set, login invisible.
"port":int(16bit)server port (default is 4894).
"whoami":stringpresent as this user (default is from uid/getpwent and hostname).
- See also