Client idle logging?

Greetings,

I have been tasked to find a solution to tracking the idle time of users on my Openfire server.

I have noticed the server will log client connections and disconnects, however I need to log connected clients users going clients showing idle stats with times.

Is there any good way to do this? I realize it’s pretty much up to the client to report idle times and I have explained this to management but they still want me to attempt to implement this.

Thanks!

You will have to create a plugin for this. This info is saved somwhere in the Openfire (away status) to show for other users, so it should be accessible. Tell your management to find a good java guy and prepare to pay him a lot

Did you ever get this to work?