Pade plugin version 1.9.1 JVB user not logging in

Server Details: Windows 2022, Openfire version 5.0.0 and above, Pade Plugin v1.9.1, Java 21.0.10, embedded database, Active Directory LDAP integration.

I am testing upgrading from Openfire 4.9.2 to 5.0.0 and newer and using the Pade plugin v1.9.1. The JVB user does not log in and rooms continuously reset when users are logged into them. What I have noticed is that the application.conf for jvb gives the below log entry when loading.

2026.01.24 17:47:49.946 DEBUG [Thread-182]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJvbWrapper - Caused by: com.typesafe.config.ConfigException$Parse: C:\Openfire\bin..\plugins\pade\classes\jvb\application.conf: 6: Expecting close brace } or a comma, got ‘:’ (if you intended ‘:’ to be part of a key or string value, try enclosing the key or value in double quotes, or you may be able to rename the file .properties rather than .conf)

There are differences in the jvb application.conf file between versions 1.8.4 and 1.9.1. The application.conf for version 1.9.1 uses IPv6 addresses with a “%10” at the end. Version 1.8.4 used the IPv4 addresses. the below snippet is what it looks like in version 1.9.1.

If IPv6 is disabled then it used 0:0:0:0:0:0:0:1

Is there a setting that I am missing that maybe did not need to be configured before or a system property I need to specify. Any and all help is appreciated.

You could use -Djava.net.preferIPv4Stack=true" to force IPV4 when you start-up Openfire.

Please be aware that Pade has reached end-of-life and has been archived. No one is currently working on Jitsi integration with Openfire at the moment.