As reported in message#7234 it is not possible to configure default room configuration as Tigase XMPP Server throws following exception:
java.lang.RuntimeException: Unsupported conversion to interface java.util.Map
at tigase.kernel.DefaultTypesConverter.convert(DefaultTypesConverter.java:306)
at tigase.kernel.beans.config.AbstractBeanConfigurator.configure(AbstractBeanConfigurator.java:116)
at tigase.component.DSLBeanConfiguratorWithBackwardCompatibility.configure(DSLBeanConfiguratorWithBackwardCompatibility.java:48)
at tigase.kernel.beans.config.AbstractBeanConfigurator.configure(AbstractBeanConfigurator.java:165)
at tigase.kernel.core.Kernel.initBean(Kernel.java:142)
at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:580)
at tigase.kernel.core.Kernel.initBean(Kernel.java:151)
at tigase.kernel.core.Kernel.getInstance(Kernel.java:386)
at tigase.server.Bootstrap.start(Bootstrap.java:129)
at tigase.server.XMPPServer.start(XMPPServer.java:142)
at tigase.server.XMPPServer.main(XMPPServer.java:123)
Andrzej Wójcik (Tigase) commented 7 years ago
I've fixed this issue and it will be part of a next snapshot build of Tigase XMPP Server 7.2.0-SNAPSHOT.
As reported in message#7234 it is not possible to configure default room configuration as Tigase XMPP Server throws following exception: