Is openfire has any plugin to auto delete user

dear all,

I’m looking for the plugin to help me.

Plugin that can automatic delete the user accounts when they inact for a long time.

I thought to write script to check the table “ofPresence” or “jivePresence” and calculate offline days.

But I wonder why it don’t contain all user in 'username" field.

or it’s has any rules before storing in this table. (such as offline for 1 month?)

Thanks a lot,

chan

Do you want to write a plugin on your own or are you just searching for some?

I think you should implement the Plugin interface for this and add some type of cron to the server, which periodically checks your conditions.