cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
479
Views
2
Helpful
1
Replies

Jabber Click2Call

ajaiyapandey
Level 1
Level 1

Hi,

Have very basic question -

1. Where I can find the the Jabber SDK  ?

2. How to integrate Jabber SDK with Eclipse/ STS ?

3. How I see /change the Jabber Presence and notify to some third party for it's Status Change ?

Thanks,

Ajaiya K Pandey

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

1) The Jabber SDK tech center is here:

https://developer.cisco.com/site/jabber-websdk/overview/ with the SDK and add-on/extension downloads here:

https://developer.cisco.com/site/jabber-websdk/develop-and-test/voice-and-video/downloads-and-docs/

2) The Jabber voice/video SDK is a JavaScript library intended for use in PC browser-based applications.  If you are looking for Java-specific way to integrate with Jabber IM & Presence, you will likely need to investigate a 3rd party XMPP stack/library.  A listing can be found here: https://xmpp.org/software/libraries.html though note that Cisco does not directly recommend/support any particular XMPP library.

3) This walk-through has some details on basic IM & P event plumbing which should get you started:

https://developer.cisco.com/site/jabber-websdk/learn/im-and-presence-how-to/use-jabber-im-core-apis/