# openfire-ofmeet-plugin **Repository Path**: marry9/openfire-ofmeet-plugin ## Basic Information - **Project Name**: openfire-ofmeet-plugin - **Description**: Openfire Meetings: Plugins for Openfire that bring WebRTC-based video conferencing, and more. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-10-22 - **Last Updated**: 2021-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/igniterealtime/Openfire-Meetings.svg?branch=master)](https://travis-ci.org/igniterealtime/Openfire-Meetings) 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: - the [Jitsi Videobridge](https://github.com/jitsi/jitsi-videobridge) project; - the [Jitsi Conference Focus (jicofo)](https://github.com/jitsi/jicofo) project; - the [Jitsi Meet](https://github.com/jitsi/jitsi-meet) webclient. 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