Build Status

Openfire Meetings project

This project produces two Openfire plugins, offocus and ofmeet, that, combined, provide a WebRTC-based video conference solution for Openfire.

The OFMeet project bundles various third-party products, notably:

Installation

Install the offocus and ofmeet plugins into your Openfire instance.

Build instructions

This project is a Apache Maven project, and is build using the standard Maven invocation:

mvn clean package

After a successful execution, the two plugins should be available in these locations:

offocus/target/offocus.jar
ofmeet/target/ofmeet.jar