igniterealtime/REST-API-Client

How to know if the user is online

Closed this issue · 1 comments

How to know if the user is online
Redor commented

You can get it over sessions (if there is a session for the username):

restApiClient.getSessions(String username);