View all user connections via Presence Plugin or similar?

Hello:

I was wondering if there was a way to grab all client sessions via some method such as the Presence Plugin so I can generate a page that lists who is connected. Could scrapping the Sessions page with CURL for example work?

Thanks.

Hi,

getting the session page using an admin account and perl/php/curl is as far as I know currently a good option.

Wildfire also supports ad hoc commands and maybe also one to get a list of all online users, so ad hoc would be a better solution as it uses a standard while the sessions page could change.

LG