cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1293
Views
0
Helpful
6
Replies

jabber contact photo for mac os or android problem!!!

chen-wei2011
Level 1
Level 1

I wirte a  xml for contact photo of jabber , then i upload the xml to the cucm server,and restart tftp service.  

After i try to login on windows jabber client ,the windows jabber client can receive  contact photo  from win2008`s AD server

But i try to login on iOS or android jabber client,my jabber client cannot receive contact photo rom win2008`s AD server.

I try to modify jabber xml config,but i always can`t succeed .i don`t known where had problem for jabber xml.

I wish anybody can help me processing this problem!!!!!

 

my jabber version is 10.6,my cucm version is 10.5,my cups version is 10.5

 

Here is my XML, the following:

<?xml version="1.0" encoding="utf-8"?>

<config version="1.0">

    <Directory>

        <DirectoryServerType>EDI</DirectoryServerType>              

        <ConnectionType>0</ConnectionType>

        <PrimaryServerName>192.168.10.196</PrimaryServerName>

        <ServerPort1>389</ServerPort1>

        <UseWindowsCredentials>0</UseWindowsCredentials>

        <ConnectionUsername>administrator</ConnectionUsername>

        <ConnectionPassword>8888</ConnectionPassword>

        <SearchBase1>OU=link users,DC=link,DC=com</SearchBase1>

        <MinimumCharacterQuery>2</MinimumCharacterQuery>

        <PhotoUriSubstitutionEnabled>true</PhotoUriSubstitutionEnabled>

        <PhotoUriSubstitutionToken>sAMAccountName</PhotoUriSubstitutionToken>

        <PhotoUriWithToken>http://192.168.10.196/sAMAccountName.jpg</PhotoUriWithToken>

    </Directory>

    

    <Directory>

        <DirectoryServerType>BDI</DirectoryServerType>

        <BDIPrimaryServerName>192.168.10.196</BDIPrimaryServerName>

        <BDIServerPort1>389</BDIServerPort1>

        <BDIEnableTLS>False</BDIEnableTLS>

        <BDIPresenceDomain>link.com</BDIPresenceDomain>

        <BDIConnectionUsername>cn=administrator,cn=users,dc=link,dc=com</BDIConnectionUsername>

        <BDIConnectionPassword>8888</BDIConnectionPassword>

        <BDISearchBase1>OU=link users,DC=link,DC=com</BDISearchBase1>

        <BDIPhotoUriSubstitutionEnabled>true</BDIPhotoUriSubstitutionEnabled>

        <BDIPhotoUriSubstitutionToken>sAMAccountName</BDIPhotoUriSubstitutionToken>

        <BDIPhotoUriWithToken>http://192.168.10.196/sAMAccountName.jpg</BDIPhotoUriWithToken>

    </Directory>

    

</config>

2 Accepted Solutions

Accepted Solutions

Hola,

 

Usa la herramienta de este link:

 

https://supportforums.cisco.com/document/106926/jabber-config-file-generator

 

Al momento de llenar el formulario, utiliza la opción EDI y llena el resto con los parámetros de tus servicios.

 

 

 

Yo utilicé este parámetro en cuanto a la selección de fotos.

 

View solution in original post

Jaime Valencia
Cisco Employee
Cisco Employee

You're NOT supposed to have two <Directory></Directory> tags, you need to include ALL settings in just one, do make sure to have EDI settings and BDI settings separated and not mix them. 

Jabber will choose the right set of settings depending the client. 

HTH

java

if this helps, please rate

View solution in original post

6 Replies 6

Hola,

 

Usa la herramienta de este link:

 

https://supportforums.cisco.com/document/106926/jabber-config-file-generator

 

Al momento de llenar el formulario, utiliza la opción EDI y llena el resto con los parámetros de tus servicios.

 

 

 

Yo utilicé este parámetro en cuanto a la selección de fotos.

 

Hi,Winston Alexand...

Can you give me some Detailed Description and Steps  ??

Thank you!

Hola,

 

Disculpa la demora, en el for del enlace encuentras la descripción de como utilizar la plantilla, solo procura utilizar los datos que te indiqué en el mensaje anterior.

 

https://supportforums.cisco.com/document/106926/jabber-config-file-generator

 

 

Jaime Valencia
Cisco Employee
Cisco Employee

You're NOT supposed to have two <Directory></Directory> tags, you need to include ALL settings in just one, do make sure to have EDI settings and BDI settings separated and not mix them. 

Jabber will choose the right set of settings depending the client. 

HTH

java

if this helps, please rate

Hi,Jaime Valencia

I do based on your tips related to modifications, but still can not properly display the contact pictures on IOS or Android jabber client.

 

Can you give me a succeed xml about the ios or android platform??Because for this area tech no boday can help me at my company.

I wish anybody can give me some suggest!

Thank you!!

 

 

Here is my XML, the following:

<?xml version="1.0" encoding="utf-8"?>

<config version="1.0">

    <Directory>

        <DirectoryServerType>EDI</DirectoryServerType>              

        <ConnectionType>0</ConnectionType>

        <PrimaryServerName>192.168.10.196</PrimaryServerName>

        <ServerPort1>389</ServerPort1>

        <UseWindowsCredentials>0</UseWindowsCredentials>

        <ConnectionUsername>administrator</ConnectionUsername>

        <ConnectionPassword>8888</ConnectionPassword>

        <SearchBase1>OU=link users,DC=link,DC=com</SearchBase1>

        <MinimumCharacterQuery>2</MinimumCharacterQuery>

        <PhotoUriSubstitutionEnabled>true</PhotoUriSubstitutionEnabled>

        <PhotoUriSubstitutionToken>sAMAccountName</PhotoUriSubstitutionToken>

        <PhotoUriWithToken>http://192.168.10.196/sAMAccountName.jpg</PhotoUriWithToken>

        <DirectoryServerType>BDI</DirectoryServerType>

        <BDIPrimaryServerName>192.168.10.196</BDIPrimaryServerName>

        <BDIServerPort1>389</BDIServerPort1>

        <BDIEnableTLS>False</BDIEnableTLS>

        <BDIPresenceDomain>link.com</BDIPresenceDomain>

        <BDIConnectionUsername>cn=administrator,cn=users,dc=link,dc=com</BDIConnectionUsername>

        <BDIConnectionPassword>8888</BDIConnectionPassword>

        <BDISearchBase1>OU=link users,DC=link,DC=com</BDISearchBase1>

        <BDIPhotoUriSubstitutionEnabled>true</BDIPhotoUriSubstitutionEnabled>

        <BDIPhotoUriSubstitutionToken>sAMAccountName</BDIPhotoUriSubstitutionToken>

        <BDIPhotoUriWithToken>http://192.168.10.196/sAMAccountName.jpg</BDIPhotoUriWithToken>

    </Directory>

    

</config>

Hi, i successed config jabber for win 、mac、iPhone、android.they can recive photo from AD.

 

thank you!!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: