mirror of
https://github.com/igniterealtime/Spark.git
synced 2026-03-30 03:14:13 +00:00
30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>org.igniterealtime.spark.plugins</groupId>
|
|
<artifactId>plugin</artifactId>
|
|
<version>3.1.0-SNAPSHOT</version>
|
|
<relativePath>../plugin/pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>meet</artifactId>
|
|
<version>0.3.0</version>
|
|
|
|
<name>Online Meetings Plugin</name>
|
|
<description>Allows users to join audio and video conferences supported by XEP-0483: HTTP Online Meetings.
|
|
It provides a button from a Multi User Chat (MUC) room or chat window within the Spark client to open a browser window using the URL provided.
|
|
Instead of depending on the default browser, it uses Electron.
|
|
</description>
|
|
|
|
<contributors>
|
|
<contributor>
|
|
<name>Dele Olajide</name>
|
|
<roles>
|
|
<role>Author</role>
|
|
</roles>
|
|
</contributor>
|
|
</contributors>
|
|
</project>
|