This project produces a plugin that provides an online meeting solution for Openfire using Jitsi Meet.
It implements XEP-0483 which defines an approach to request initiation of an online meeting via an HTTP server and receive a URL can be used to join and invite others to the meeting.
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 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 plugin should be available in this location:
ofmeet/target/ofmeet.jar