From c4affe809dc0f1036efa073584fda8c63a5c4257 Mon Sep 17 00:00:00 2001 From: Dele Olajide Date: Mon, 21 Jul 2025 11:31:59 +0100 Subject: [PATCH] update documentation --- plugins/meet/pom.xml | 4 ++-- plugins/meet/readme.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/meet/pom.xml b/plugins/meet/pom.xml index 19b0e8b1..682ca7c6 100644 --- a/plugins/meet/pom.xml +++ b/plugins/meet/pom.xml @@ -10,10 +10,10 @@ meet - 0.1.0 + 0.2.0 Online Meetings Plugin - Adds support for Online Meetings to the Spark IM client. + Adds support for XEP-0483: HTTP Online Meetings to the Spark IM client. diff --git a/plugins/meet/readme.md b/plugins/meet/readme.md index 2f93d842..ba309c5c 100644 --- a/plugins/meet/readme.md +++ b/plugins/meet/readme.md @@ -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). -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. +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 provided. 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)