Load Jabber profile pics from a webserver

Insert the following lines into your jabber-config.xml file.  Set the URL within <PhotoUriWithToken> tag to point to the webserver storing your images. <PhotoUriSubstitutionEnabled>true</PhotoUriSubstitutionEnabled> <PhotoUriSubstitutionToken>sAMAccountName</PhotoUriSubstitutionToken> <PhotoUriWithToken>http://www.domain.com/staff_images/sAMAccountName.jpg</PhotoUriWithToken> Upload the revised jabber-config.xml file …

Read More