Log client events in Openfire?

I am looking for a way to view the logs (or at least begin logging) of client login/logout/away/idle events in Openfire. Is this a native feature? In so, where might I locate these logs? If not, is there a plugin available that will perform such logging?

Thanks!

Daniel

We use a SessionEventListener in our plugins

I don’t know if there’s other ways though - nothing in the DB seems to be capturing such events (I can only guess that maybe it’s an unnecessary overhead to log them?

Our sysops are monitoring general chat connections to the server (I don’t know how but I can ask) but the data isn’t granular so you can’t tell who logged in.