Global settings / All users

Hi I’m looking for a way to set:

Offline Group Visible = false

Show Empty Groups = true

Show Offline Users = true

For ALL users as they don’t need to select the options at first login like settings the server address for all users using

  1. spark.jar\org\jivesoftware\resource\default.properties
    HOST_NAME =SERVERNAME

Server address working correctly as is populated for all users but i now need to get the other options

I attempted adding the settings here but with no luck

Any help would be really appreciated

Cheers

Adding anything new to default.properties file won’t work as Spark has to be modified to support that. The only option for you is to create some script to modify C:\Users\User\AppData\Roaming\Spark\spark.properties for every user modifying the lines you need. Should be possible with some sort of cmd/vbasic variant.