cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1278
Views
0
Helpful
1
Replies

Jabber 11.6 start in system tray

dana.franklin
Level 1
Level 1

I've seen some info using older versions, and those solutions do not apply.  Jabber always starts minimized in the taskbar.  Is there a way to have it start to the system tray instead?

Thanks!

Dana

1 Reply 1

Sankar Voleti
Cisco Employee
Cisco Employee

Dana,

       Do you use jabber-config.xml file? If you do, we can try adding a parameter that used to work in the older versions. <HonourLastWindowSate>true</HonourLastWindowSate> - this is the parameter that can be tried. But, remember that users have to click red x on Jabber to minimize it to system tray before the next logon. Then, the above parameter should take effect. Let me know how it goes.

Looks like this:

<?xml version="1.0" encoding="utf-8"?>
<config version="1.0">
 <Policies>
   <Screen_Capture_Enabled>true</Screen_Capture_Enabled>
   <EnableSIPURIDialling>false</EnableSIPURIDialling>
   <HonourLastWindowState>true</HonourLastWindowState>
   <ctiwindowbehavior>Never</ctiwindowbehavior>
 </Policies>

-Sankar