Node:user-active, Next:who-is-on-dynamic, Previous:query-async, Up:Protocol Requests
user-active [82] ( ) -> ( );
This call simply notifies the server that the user is active. The server uses the time of the last user-active call to calculate how long a user has been idle.
The client should send this to the server every time the user actively does something LysKOM-related, such as reads a texts, writes on a comment, gives a command, de-iconifies the LysKOM window, et c. However, the call should not be issued more than twice per minute, to avoid excessive network and server load.
This call always succeeds.