07-29-2018 10:33 PM
Hey all,
I've just installed Cisco Jabber 12.1 for Windows last week and it seems that once every 24 hours theres an Popup "Jabber mobile App is available". Is there any chance to get totally rid of this? And also to not display this commercial if I'd like to rollout the client in my company?
Thanks and regards
Marc
Solved! Go to Solution.
07-30-2018 02:47 AM
You can Switch this of with the following Parameter in any of the jabber-config.XML!
<EnablePromoteMobile>false</EnablePromoteMobile>
Cheers Ralf
07-30-2018 02:47 AM
You can Switch this of with the following Parameter in any of the jabber-config.XML!
<EnablePromoteMobile>false</EnablePromoteMobile>
Cheers Ralf
07-30-2018 03:15 AM
Awesome, Thanks a lot!
08-30-2018 04:59 AM
Our Jabber platform is cloud-based. We don't any jabber-config.XML files. How can we turn this pop-up off on our cloud platform?
09-30-2018 02:04 PM
I searched my computer and I cannot find a file called "jabber-config.XML"
Can you provide more detailed instructions on where to find this file and exactly what I have to do when I find it?
Do you just paste "<EnablePromoteMobile>false</EnablePromoteMobile>" anywhere in that file? or is there a specific place you have to paste it?
09-30-2018 08:09 PM
We have no control over that, you'd need to reach IT. That setting is admin configurable, not user configurable.
11-21-2018 06:51 AM - edited 11-21-2018 06:53 AM
This won't help you if you're not a CM admin but this may help someone else.
This xml file is located on the CUCM tftp server (at least in my environment) you can download it from your TFTP servers CLI, you just add that line of text to it, then go back into the OS admin GUI delete the old file and upload the new one. It goes under the policy section, Here's a sample:
<?xml version="1.0" encoding="utf-8"?>
<config version="1.0">
<Policies>
<ServiceDiscoveryExcludedServices>WEBEX</ServiceDiscoveryExcludedServices>
<EnablePromoteMobile>false</EnablePromoteMobile>
<VoiceServicesDomain>XXXXXXX</VoiceServicesDomain>
<MakeCallHotKey>FALSE</MakeCallHotKey>
</Policies>
<Directory>
</Directory>
<Client>
<Persistent_Chat_Enabled>true</Persistent_Chat_Enabled>
<Persistent_Chat_Mobile_Enabled>true</Persistent_Chat_Mobile_Enabled>
</Client>
</config>
10-01-2018 02:39 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide