Node:logout, Next:change-conference, Previous:login-old, Up:Protocol Requests
logout [1] ( ) -> ( );
Log out from LysKOM.
This call does not disconnect the session; use disconnect
for that.
After issuing a logout
call the client can reconnect as the same
or a different person using the login
call.
For a client that needs to log in as several different users, issuing multiple logout and login requests during one session is faster and places less load on the server than does creating new sessions.
This call never fails.