Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.17 KB

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