« Back to APIs

Writing Cisco Jabber (client) Plugins

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
I'm trying, unsuccessfully, to find information about writing plugins for the Cisco Jabber client.  I'm not trying to embed anything into an application... I'm trying to extend the capability of the Jabber client produced by Cisco.  I assume this is possible, because there seem to be plugins associated with that client.  All I can find on this site is info and APIs for modding my OWN applications.  Is there a way to create plugins for Cisco Jabber?  Can you point me to info/APIs/examples?
 
Thanks,
Mike

Mike,
There is no so call native SDK that allows you to extend the functionalities that Jabber client has provide at this point. There are some customizable features within Jabber client such as customed tag (Windows only), cross-launching, etc.
Howard

  There are a couple of options available in Jabber for Windows.  Firstly, if you have web pages, you can use protocol handlers to launch Jabber functions.  
http://www.cisco.com/en/US/docs/voice_ip_comm/jabber/Windows/9_0_1/b_jabber_win_icg_chapter_01.html#JABW_TP_PF21EDAF_00
You can then extend the Jabber functionality by adding extra tabs on the left (under call history, voicemails etc.).  To do this, you basically embed HTML/CSS into the client.  There is more information about "Custom Embedded Tabs" here:
http://www.cisco.com/en/US/docs/voice_ip_comm/jabber/Windows/9_0_1/b_jabber_win_icg_chapter_01011.html#JABW_RF_CDF3DF99_00 Hope that helps.