How to get Users and Groups for admin over XMPP?

Hello,

I’m new to Spark and XMPP.

Does it possible to get User list and Group list in XMPP client (Spark) in a way as it’s done in Web/Admin console?

I know that Web Appl and XMPP server (OpenFire) is the same application (one JVM) and OpenFire just loads User / Group lists from DB via UserProvider / GroupProvider.

Anyhow I can this info if I login as administrator in XMPP client (Spark)?

Thanks.

you can populate your roster with groups via the shared group option in openfire. this will also add the group to all group member’s roster. there is no way to pull a user list just for server admin without serious scripting with plugins such as packet filter or reprogramming the software.