Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit 00e8af7

Browse files
committed
fix #483 - Padé 1.85 Jitsi not working with usual settings
1 parent 82f3345 commit 00e8af7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ <h1>
4848
<ul>
4949
<li>Upgrade to latest ConverseJS, Jitsi meet, jicofo and jvb code</li>
5050
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/473">Issue #473 - Jitsi Padé is not working with latest Firefox 127 version</a></li>
51+
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/483">Issue #483 - Padé 1.85 Jitsi not working with usual settings</a></li>
5152
</ul>
5253

5354
<p><b>1.8.4</b> -- <i>May 5, 2025</i></p>

src/java/org/jivesoftware/openfire/plugin/ofmeet/JitsiJvbWrapper.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,10 @@ public synchronized void initialize(final PluginManager manager, final File plug
166166
" enabled = true",
167167
" }",
168168
" }",
169-
"",
169+
"",
170+
" health {",
171+
" require-valid-address = false",
172+
" }",
170173
" cc {",
171174
" trust-bwe = false",
172175
" }",

0 commit comments

Comments
 (0)