Skip to content

Let users create Openfire rooms from Tiki

I didn't find a good way to make this feature without hooking on Tiki events and if user is saving a page with xmpp plugin. In this approach, I'm using Openfire RestAPI to create the room. Which kind of user has "create room" powers?? RestAPI uses admin user against Openfire, so I think we want to restrict who can do it.

Concernings:

  • Permissions to create a room
  • Permissions to update room

Merge request reports