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

Jabber SDK with cloud-based Jabber?

krailbv01
Level 1
Level 1

      I'm looking into the viability of using the Jabber SDK with cloud-based Jabber (WebEx Connect).   Is this possible?   I see in the below deployment guide, it mentions pointing to a Jabber URL but I have no idea where you would point in the case of jabber-cloud.

https://developer.cisco.com/site/tech/communication-collaboration/jabber/jabberweb/overview/deploy-jabber-demo/index.gsp

Brian

UC network guy

5 Replies 5

tinghche
Level 5
Level 5

Brian,

Yes, there is a set of SDK that supports cloud-based Jabber. You can download the SDK here

https://developer.cisco.com/site/tech/communication-collaboration/jabber/jabberweb/develop-and-test/im-and-presence/get-…

Once downloaded, extract the SDK and modify the configuration as below in the sampleclient.html to connect to your Webex Connect account.

var demo_config = {

    httpBindingURL: "https://im1.ciscowebex.com/http-bind",     //Your Webex Connect BOSH URL, should be im1 or im5

    domain: "cisco.com",     // The domain name assigned by webex connect

    maxGraphAge: 5,

    unsecureAllowed: false,

    atSymbolAllowed: false,

    logPersistence: false

};

Thanks,

Howard

Hi Howard,

      Thank you!   That's exactly what I was looking for.  

Best Regards,

Brian

Is desktop share supported when using SDK for webexconnect?

also wondering if desktop control is supported as well in this scenario.  Remote expert request control of desktop as supported today in webexconnect.

The SDK does not currently support desktop share. It's on the roadmap, but no scheduled time can be confirmed.

Thanks,

Howard