Skip to content

igniterealtime/openfire-ofmeet-plugin

Repository files navigation

Build Status

Openfire Meetings project

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:

Installation

Install the 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 plugin should be available in this location:

ofmeet/target/ofmeet.jar