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:
- the Jitsi Videobridge project;
- the Jitsi Conference Focus (jicofo) project;
- the Jitsi Meet webclient.
Install the offocus and ofmeet plugins into your Openfire instance.
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