{ "settings": [ { "name": "HIDDEN_MODE_ENABLED", "description": "Specifies if the Hidden UI Mode is active or not", "type": "Boolean", "default_value": "0", "version": "38000" }, { "name": "ENABLE_SPELL_CHECK", "description": "Specifies whether spellchecking is by default enabled or not. The user can set its preference about it.", "type": "Boolean", "default_value": "1", "version": "38000" }, { "name": "CERTIFICATE_MIN_RSA_KEY_LENGTH", "description": "Specifies the minimum RSA key length to be used for validating the certificate received from the server during TLS Handshake.", "type": "Integer", "default_value": "1024", "version": "38000" }, { "name": "OBSCURE_PRESENCE_STATES", "description": "Specifies the list of presence states that users are not able to choose when manually setting their presence.", "type": "String", "default_value": "", "version": "38000" }, { "name": "ENABLE_PUBLISH_MAC_ADDRESS", "description": "Specifies whether will be published or not on SIP REGISTER. For privacy reasons default value is 0.", "type": "Boolean", "default_value": "0", "version": "38000" } ] }
konri75