Skip to content

Commit 47de8a3

Browse files
committed
Fix broken features (work-in-progress)
1 parent 184f032 commit 47de8a3

12 files changed

+455590
-73646
lines changed
-1.13 KB
Binary file not shown.
534 Bytes
Binary file not shown.
Binary file not shown.
1.76 KB
Binary file not shown.

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<description>${project.description}</description>
66
<author>Ignite Realtime</author>
77
<version>${project.version}</version>
8-
<date>2024-09-19</date>
8+
<date>2025-06-30</date>
99
<minServerVersion>4.8.0</minServerVersion>
1010
<minJavaVersion>1.11</minJavaVersion>
1111
<adminconsole>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.igniterealtime.openfire</groupId>
1313
<artifactId>pade</artifactId>
14-
<version>1.8.5-SNAPSHOT</version>
14+
<version>1.9.0-SNAPSHOT</version>
1515

1616
<name>Pade</name>
1717
<description>Web-based chat, groupchat, telephones, audio and video conferencing solution using ConverseJS, Jitsi and FreeSWITCH</description>
@@ -37,7 +37,7 @@
3737
<goal>wget</goal>
3838
</goals>
3939
<configuration>
40-
<url>https://download.jitsi.org/jitsi-meet/src/jitsi-meet-1.0.8569.tar.bz2</url>
40+
<url>https://download.jitsi.org/jitsi-meet/src/jitsi-meet-1.0.8614.tar.bz2</url>
4141
<unpack>true</unpack>
4242
<outputDirectory>${project.basedir}/classes</outputDirectory>
4343
</configuration>

src/webapp/collab.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,8 @@ var collab = (function (coop) {
516516

517517
PointTransform.updateVideos();
518518

519-
APP.UI.addListener('UI.large_video_id_changed', id => {
519+
// BAO TODO
520+
/*APP.UI.addListener('UI.large_video_id_changed', id => {
520521
PointTransform.updateVideos();
521522
Cursor.forEach(c => c.update());
522523
});
@@ -533,7 +534,7 @@ var collab = (function (coop) {
533534
if (this.isSharing) {
534535
this.bindMouseEvent(enabled);
535536
}
536-
});
537+
});*/
537538

538539
APP.conference.commands.addCommandListener('CURSOR', event => {
539540
this.onCommandReceived(event.value, event.attributes);

0 commit comments

Comments
 (0)