Multiple administrators on Openfire

I want to develop a plugin for Openfire to differ users as :

  • Super Admin : who can manage everythinh (Already exists as the normal administrator of Openfire)

  • Administrators who can manage THEIR users, chatrooms, conference services; …

PS : Administrators can’t manage server configuration like ports, memory; …

Any suggestions are welcome, Thanks

My suggestion would be to look at the RestAPI plugin and see how you can help add that functionality into that plugin, so that the backend would support this functionality. Then it would be a matter of porting the admin console to use the RestAPI plugin. Very non-trivial!

Thank you for your suggestion plus it seems it’s a good one. I’ll do my research and get back to you. thanks again