If i open the jabber for windows client v 9.2.1 Build 606 i missing some of the contact photos of the favorite users. Most of them are visible. LDAP search and outlook search seems to be okay, i can found corporate directory contacts and outlook contacts.
If i search in jabber client for one of the missing photo users, its become visible. Also my own photo. Just in the moment i typed in my own name in search field, photo becomes visible.
The photos are located on a dedicated web server.
Active Directory: Windows Server 2012 Standard en 64bit
Client OS: Windows 7 Home Premium SP1 64bit
Some ideas?
jabber-config.xml:
<?xml version="1.0" encoding="utf-8"?>
<config version="1.0">
<Presence>
<PresenceServerAddress>10.1.xxx.xxx</PresenceServerAddress>
<PresenceServerDomain>xxxxxxxxx.local</PresenceServerDomain>
</Presence>
<Voicemail>
<VVM_Mailstore_Server_0>10.1.xxx.xxx</VVM_Mailstore_Server_0>
<VVM_Mailstore_PollingInterval>180</VVM_Mailstore_PollingInterval>
</Voicemail>
<Phone>
<TftpServer1>10.1.xxx.xxx</TftpServer1>
<TftpServer2>10.1.xxx.xxx</TftpServer2>
<CtiServer1>10.1.xxx.xxx</CtiServer1>
<CtiServer2>10.1.xxx.xxx</CtiServer2>
<CcmcipServer1>10.1.xxx.xxx</CcmcipServer1>
</Phone>
<Directory>
<PrimaryServerName>10.1.xxx.xxx</PrimaryServerName>
<PhotoUriSubstitutionEnabled>true</PhotoUriSubstitutionEnabled>
<PhotoUriSubstitutionToken>sAMAccountName</PhotoUriSubstitutionToken>
<PhotoUriWithToken>http://10.1.xxx.xxx/cups/sAMAccountName.jpg</PhotoUriWithToken>
</Directory>
</config>