cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1322
Views
4
Helpful
3
Replies

Custom tab/embedded tab in Jabber for mac

Beena
Level 5
Level 5

I have an updated jabber-config.xml in CUCM with the following

<Client>
<jabber-plugin-config>
<browser-plugin>
<page refresh="true" preload="false">
<tooltip>DU</tooltip>
<icon></icon>
<url>http://10.3.105.190
</url> </page>
</browser-plugin>

</jabber-plugin-config> </Client>


The embedded tab displays fine on Jabber for windows but not in mac. Is embedded tab supported on Jabber for mac? If not, is there any way to launch a website from within Jabber on mac?


3 Replies 3

dstaudt
Cisco Employee
Cisco Employee

The embedded tab feature is only present in Jabber for Windows

Are there any plans to add it to jabber mac? also,  is there another way to do it jabber mac?

dstaudt
Cisco Employee
Cisco Employee

I'm not aware of any plans, but perhaps someone else from the Jabber team has info.

If you are wanting to do a 'screen-pop' type functionality, I can suggest the UCM CTI interfaces - TAPI and JTAPI:

https://developer.cisco.com/site/collaboration/call-control/tapi/overview/

https://developer.cisco.com/site/collaboration/call-control/jtapi/overview/

These APIs allow an application (C/C++ for TAPI, Java for JTAPI) to monitor phones, receiving phone events (like incoming call) and event details (like caller ID).  For Mac, JTAPI would make sense if the application runs on the client PC - or you could use TAPI/JTAPI in a client-server model where a UCM CTI application on a server provides events to client PC application.

Of course such a solution is more complex, but it does provide lots of additional functionality.