Setting Overrides
Gajim allows administrators to define setting overrides
only APP settings are supported currently
You can find all possible settings here
Linux
place a file called app-overrides.json
in /etc/gajim/
Example
{
"plugins_update_check": false,
"plugins_auto_update": false,
"plugins_repository_enabled": false
}