update documentation

This commit is contained in:
Dele Olajide
2025-07-21 11:31:59 +01:00
parent b6771fa03c
commit c4affe809d
2 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@
</parent> </parent>
<artifactId>meet</artifactId> <artifactId>meet</artifactId>
<version>0.1.0</version> <version>0.2.0</version>
<name>Online Meetings Plugin</name> <name>Online Meetings Plugin</name>
<description>Adds support for Online Meetings to the Spark IM client.</description> <description>Adds support for XEP-0483: HTTP Online Meetings to the Spark IM client.</description>
<contributors> <contributors>
<contributor> <contributor>

View File

@ -1,5 +1,5 @@
This is a plugin for Spark that allows users to join audio and video conferences hosted by [Online Meetings](https://github.com/igniterealtime/openfire-ofmeet-plugin/releases). This is a plugin for Spark that allows users to join audio and video conferences supported by [XEP-0483: HTTP Online Meetings](https://xmpp.org/extensions/xep-0483.html)
See the documentation for more details. It provides a button from a Multi User Chat (MUC) room or chat window within the Spark client, to open a Chrome window using the URL for the Jitsi Meet web client. See the documentation for more details. It provides a button from a Multi User Chat (MUC) room or chat window within the Spark client, to open a Chrome window using the URL provided.
It uses Electron instead of depending on Chrome installed and configured as the default browser. It uses Electron instead of depending on Chrome installed and configured as the default browser.
![](https://user-images.githubusercontent.com/110731/91915397-5d304600-ecb2-11ea-93b1-d822f13f1509.png) ![](https://user-images.githubusercontent.com/110731/91915397-5d304600-ecb2-11ea-93b1-d822f13f1509.png)