igniterealtime / REST-API-Client

Java REST API Client for the Openfire to manage Openfire instances by sending an REST/HTTP request to the server
Apache License 2.0
102 stars 62 forks source link

Get user's lockout status #44

Open wsidl opened 4 years ago

wsidl commented 4 years ago

I see there is a LockoutManager in the base code, but none of that is accessible through the RestAPI other than to perform actions (lock/unlock).

Add the ability to check or retrieve the status of a user's lock status through the API.