Openfire is a real time collaboration (RTC) server licensed under the Open Source Apache License. It uses the only widely adopted open protocol for instant messaging, XMPP (also called Jabber). Openfire is incredibly easy to setup and administer, but offers rock-solid security and performance.I shared a little plugin for Openfire that allows you to manage chat rooms via http requests. The plugin, named Room Service Plugin, is inspired to the User Service plugin version 1.3.2. Full source code available on GitHub .
That plugin has been developed for Openfire 3.7.1 and I don't know if it works with Openfire 3.8.1.
¿Any documentation? thanks
ReplyDeleteI added a readme to github.
ReplyDeleteSorry, can't get how to install this, please I really need it!
ReplyDeleteIf your problem is to build the jar, you need java (jdk>1.6) and maven installed then run "mvn clean package" and follow the installation instructions on GitHub.
ReplyDeletewhat is the url for that
ReplyDeletehttps://github.com/UltimaPhoenix/openfire-roomservice-plugin
Delete