Updating client preferences with the managed-settings.xml file
Sametime rich clients such as the embedded Sametime client in HCL Notes and the full Sametime standalone client are based upon the Eclipse framework. These clients can process a managed-settings.xml file to receive new or updated preferences automatically. The managed-settings.xml file is policy based, and each policy can define a different xml file to apply preferences to different groups of users.
About this task
For example, if the configured URL is http://example.com/updates, the client looks for updated preferences in http://example.com/updates/managed-settings.xml.
The managed-settings.xml file can override and control any client preference, including hidden configuration preferences and preferences in the client user interface. Many preferences can also be set as read-only by specifying a locked="true" attribute for the preference.
The client settings which can be managed using managed-settings.xml are listed in Sametime client preferences as well as its subtopics.
There is a separate configuration file: managed-community-configs.xml which is used to manage or change client connectivity and connection preferences. See the topic: Updating connectivity settings with the managed-community-configs.xml file.
Follow these steps to create and post a managed-settings.xml file.
Procedure
- Create a settings XML file and save it as managed-settings.xml.
- Define preferences in the settings XML file.
- Place the managed-settings.xml file on a web server to host the file.
- Update the Sametime Policy for the user in the policies.user.xml file.
Results
What to do next
To troubleshoot managed settings, see Troubleshooting Sametime Managed Settings.