Sample jabber-config.xml file

The file below will enable EDI, which utilizes Active Directory for directory services.

The file also disables the ‘Phone Options’ sidebar option in Jabber and tells Jabber to use the Jabber login credentials to authenticate the user to their controlled devices.  This files also enables video, file transfer and screen capture.

The Jabber config file should be uploaded to the root directory of each of the CUCM TFTP servers.  After uploading the file, restart the TFTP service on each server.

 

<?xml version="1.0" encoding="utf-8"?>
<config version="1.0">
<Directory>
<DirectoryServerType>EDI</DirectoryServerType>
<ConnectionType>1</ConnectionType>
<PrimaryServerName>xxx.xxx.xxx.xxx</PrimaryServerName>
<ServerPort1>389</ServerPort1>
<UseWindowsCredentials>1</UseWindowsCredentials>
<UseSSL>0</UseSSL>
<UseSecureConnection>0</UseSecureConnection>
<UserAccountName>sAMAccountName</UserAccountName>
<SearchTimeout>5</SearchTimeout>
<UseWildcards>1</UseWildcards>
<MinimumCharacterQuery>3</MinimumCharacterQuery>
<PhotoUriSubstitutionEnabled>false</PhotoUriSubstitutionEnabled>
<UseSIPURIToResolveContacts>false</UseSIPURIToResolveContacts>
</Directory>
<Policies>
<Screen_Capture_Enabled>true</Screen_Capture_Enabled>
<Video_Disabled>false</Video_Disabled>
<File_Transfer_Enabled>true</File_Transfer_Enabled>
<Disallowed_File_Transfer_Types>.exe;.msi;.rar;.tar</Disallowed_File_Transfer_Types>
</Policies>
<Options>
<Set_Status_Away_On_Inactive>true</Set_Status_Away_On_Inactive>
<Set_Status_Inactive_Timeout>15</Set_Status_Inactive_Timeout>
<Set_Status_Away_On_Lock_OS>true</Set_Status_Away_On_Lock_OS>
<Start_Client_On_Start_OS>false</Start_Client_On_Start_OS>
</Options>
</config>

Leave a Reply

Your email address will not be published. Required fields are marked *