Spark plugins - where? how?

Hello everybody!

I’m currently trying to find a good solution to set up an IM/VidConf server and the fitting clients for a small company. Installing Openfire + ofmeet plugin works like a charm, and the spark client is also working quite nice out of the box.

However, I fail to find the meet.jar plugin that I need to install on the spark clients to get the video conferencing functionality. I did find the github (https://github.com/igniterealtime/Spark) and plugins directory there, including the meet I’m looking for - but it’s not in a jar and I have no clue how to continue from here.

Any help is appreciated :slight_smile:

Kind regards

Edit:
I’ve pulled the repository and found out that I’m supposed to use maven to build the plugin. However, when executing:
$ mvn package # in ~/Spark/plugins/meet

It starts the process but stops with an dependency-missing error:
"[ERROR] Failed to execute goal on project meet: Could not resolve dependencies for project org.igniterealtime.spark.plugins:meet:jar:0.0.4: Could not find artifact org.igniterealtime.spark:spark-core:jar:2.9.0-SNAPSHOT -> [Help 1]"

It does show a warning before:
[WARNING] The POM for org.igniterealtime.spark:spark-core:jar:2.9.0-SNAPSHOT is missing, no dependency information available

Can someone help me resolve this issue? :slight_smile:

You can try using latest nightly build of Spark (it has some issues, but it works) https://www.igniterealtime.org/downloads/nightly_spark.jsp It includes Ofmeet plugin. Can’t say when 2.9.0 can be released.