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

delete a user will not cleanup table USERSTATUS and USERSTATUSHISTORY #27

Closed q16marvin closed 6 years ago

q16marvin commented 6 years ago

Hi.

i use the rest api to cleanup my openfire (delete old users)... i workes well, but the old users are still in the table USERSTATUS and USERSTATUSHISTORY.

would be cool that this tables will also cleaned :)

Thx!

Erik

guusdk commented 6 years ago

Hey, thanks for this suggestion. Such an improvement should best be made in the userstatus plugin, not in the rest api client. I've created a new issue in our bugtracker for this: https://issues.igniterealtime.org/browse/OF-1537