How to build Jitsi VideoBridge Plugin from sources?

Hi,

I tried to build this plugin from sources.

So, I checked out the latest version of openfire from here http://svn.igniterealtime.org/svn/repos/openfire/trunk

Then I performed these commands:

make

cd build

ant plugins

Is it a correct way to build the plugin?

As a result of these commands, a lot of artefacts were built, but I cannot find the built plugin with the same internal structure as I see in the prebuilt binary which I installed from Openfire Admin GUI/Plugins section.

I guess I’m doing something wrong. Please advice how to produce a proper binary of this plugin.

Thanks,

Leo

ant plugin -Dplugin=jitsivideobridge

that is what I use :slight_smile:

Thanks a lot! It works like a charm! :slight_smile: