I have been having an issue since Pade 1.7.4 was released. The focus user does not log in and meetings do not start. I found that it is related to the below error in the logs. The error is caused whenthe focus account password contains special characters. I was able to get everything working by not using special characters in the password in a test environment, but I cannot do this in production. Is this a bug or is there a way that I can add the expected quotes so that it will reflect as a string in the application.conf file?
2023.05.13 09:20:03 DEBUG [Thread-117]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper - Caused by: com.typesafe.config.ConfigException$Parse: /opt/openfire/plugins/pade/classes/jicofo/application.conf: 20: Expecting close brace } or a comma, got '@' (Reserved character '@' is not allowed outside quotes) (if you intended '@' (Reserved character '@' is not allowed outside quotes) 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)
2023.05.13 09:20:03 DEBUG [Thread-117]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper - at org.jitsi.jicofo.Main.main(Main.java:53)
2023.05.13 09:20:03 DEBUG [Thread-117]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper - java.lang.ExceptionInInitializerError
2023.05.13 09:20:03 DEBUG [Thread-117]: org.jivesoftware.openfire.plugin.ofmeet.JitsiJicofoWrapper - SEVERE: [1] Main.lambda$main$0#50: An uncaught exception occurred in thread=Thread[main,5,main]
2023.05.13 09:20:02 DEBUG [pool-304-thread-2]: org.jivesoftware.openfire.plugin.ofmeet.FocusComponent - (serving component 'focus') Responding to IQ (packetId 611-47) with: <iq type="error" id="611-47" from="focus.rocky.xmpp.ejk" to="component.rocky.xmpp.ejk"><query xmlns="jabber:iq:version"/><error code="503" type="cancel"><service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></iq>
</iq>
</error>
<service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
<error code="503" type="cancel">
<query xmlns="jabber:iq:version"/>
<iq type="error" id="611-47" from="focus.rocky.xmpp.ejk" to="component.rocky.xmpp.ejk">