문제

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!

도움이 되었습니까?

해결책

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

다른 팁

Openfire have cache mechanism, Directly operate Mysql table have some issue, User information will delay before openfire cash flush.

I do it by xmpphp, and a new method to add muc room and room member by xmpp protocol, but i need user's password every operation.

If you check again the Plugin site from Openfire you will find out that there is a Plugin for that named "MUC Service". That do exactly what you need.

Here is the documentation: http://www.igniterealtime.org/projects/openfire/plugins/mucservice/readme.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top