cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
739
Views
2
Helpful
5
Replies

Hosting Jabber IM on MS sharepoint portal

Mohammed Idris
Level 1
Level 1

I am trying to host jabber IM client for IM on share point portal server 2013. I have cusm 9 with CUPS 8.6. Please let me know what api sould I download and how to implement. Some sort of step by step guide for this config.

5 Replies 5

dstaudt
Cisco Employee
Cisco Employee

There are two main approaches you may want to consider:

- Client-side: This approach would use the CAXL javascript library, which provides full XMPP-over-HTTP (BOSH) IM&P capabilities which can be embedded in a web application.  Here, the CAXL library connects directly to the IM&P server to read/write presence and IMs.

https://developer.cisco.com/site/jabber-websdk/develop-and-test/im-and-presence/overview/

- Server-side.  This approach would use the Presence Web Services APIs (REST or SOAP) into the IM&P server to register and manage presence on-behalf-of users.  A custom application would use the Presence Web Services to manage user presence, exposing its own APIs or otherwise interacting with browser (or native/mobile) application to propogate presence information outward.

Note the latter - Presence Web Services APis - do not support IM.  For IM integrations not in-browser you would need to use the XMPP protocol, e.g. using various 3rd party XMPP stacks and libraries (Cisco does not recommend any particular flavor.)

Further note: these are development building-blocks, and as such there is no simple prescriptive step-by-step instructions for just 'deploying' them.  Developers will need to explore the APIs and architectures, decide how best to incorporate or extend into existing solutions (e.g. Sharepoint) and perform significant coding/testing work to achieve a complete integration.

Which version of CUCM and presence is required for this type of configuration ?? Could you please provide me some configuration guide as I am totally new in this ?

I opened the link provided by you and reached to the link https://developer.cisco.com/site/jabber-websdk/learn/im-and-presence-how-to/use-jabber-im-core-apis/ where the video demonstration is not working. It might have helped me to do the required configuration.

Some migration work was done recently, which may have caused that, and other links not to work. We will address the issue. Thanks for pointing it out!

Just an FYI about that page, this part of the configuration in the example:

httpBindingURL: "http://cup02:7335/httpbinding"

... should actually be this:

httpBindingURL: "http://cup.psdtemea.cisco.com:7335/httpbinding"