mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Update plugins/meet/src/main/java/org/jivesoftware/spark/plugin/ofmeet/SparkMeetPlugin.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@ -124,7 +124,7 @@ public class SparkMeetPlugin implements Plugin, ChatRoomListener, GlobalMessageL
|
|||||||
if (jitsiAvailable) {
|
if (jitsiAvailable) {
|
||||||
sUrl = getServerUrl("jitsi");
|
sUrl = getServerUrl("jitsi");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
||||||
if (galeneAvailable) {
|
if (galeneAvailable) {
|
||||||
sUrl = getServerUrl("galene");
|
sUrl = getServerUrl("galene");
|
||||||
|
|||||||
Reference in New Issue
Block a user