Search code examples
pluginsopenfirehttp-request

Openfire MUC Through HTTP Requests


I've been searching high and low for a plugin that handles MUC administration through HTTP requests for Openfire. I've looked in the plugins and even in the community pages but I've had no luck so far.

Is there a plugin for this? Where can I find it?

If there are none, what are my alternatives aside from creating my own? Kinda like how ejabberd has mod_rest or even ejabberdctl.

If anyone can point me to the right direction, that would be really great!


Solution

  • I ended up creating a service for http requests and linking it to Openfire's MySQL back end. Easier and gives me more control.