Thursday, April 25, 2013

Openfire Room Service plugin

Hi all!
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.

6 comments:

  1. Sorry, can't get how to install this, please I really need it!

    ReplyDelete
  2. If 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.

    ReplyDelete
  3. Replies
    1. https://github.com/UltimaPhoenix/openfire-roomservice-plugin

      Delete