cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Jabber for Windows: Embedded Tabs

pfazio5210
Level 1
Level 1

All:

I haven't been able to get embedded tabs to show up in Jabber for windows with the following xml code:

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

<config version="1.0">

<Client>

<jabber-plugin-config>

<browser-plugin>

<page refresh="false" preload="true">

<tooltip>Cisco WebEx</tooltip>

<icon></icon>

<url>http://www.webex.com</url>

</page>

<page refresh="true" preload="true">

<tooltip>Cisco</tooltip>

<icon></icon>

<url>http://www.cisco.com</url>

</page>

<page refresh="true" preload="false">

<tooltip>Cisco Jabber for Windows</tooltip>

<icon></icon>

<url>http://www.cisco.com/en/US/prod/voicesw/ps6789/jabber_windows.html</url>

</page>

<page refresh="false" preload="false">

<tooltip>Cisco Jabber</tooltip>

<icon></icon>

<url>http://www.cisco.com/web/products/voice/jabber.html</url>

</page>

</browser-plugin>

</jabber-plugin-config>

</Client>

<Directory>

<PhotoUriSubstitutionEnabled>true</PhotoUriSubstitutionEnabled>

<PhotoUriSubstitutionToken>sAMAccountName</PhotoUriSubstitutionToken>

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

</Directory>

</config>

Any suggestions?

Thanks,

Paul

Who Me Too'd this topic