03-04-2014 09:00 AM
Hi,
Is there still a management API (like the CUP SOAP API) for Jabber or do I need to use the CAXL API?
Specifically, I'm looking for a way to add groups of users into an individual users contact list (i.e. Roster Management I suppose).
Many thanks,
D.
03-04-2014 09:07 AM
Hi Darren,
Yes, you can use CAXL to start with your Jabber development. CAXL is a JavaScript based xmpp library and does provide Roster, contact management.
You can download the SDK here.
Further more, request a shared sandbox to experiment right away.
https://developer.cisco.com/form/requestSharedSandboxAccess
Thanks,
Howard
03-04-2014 09:17 AM
Roster management specifically is handled via CAXL (only) - there are currently no administrative or bulk APIs for doing so on behalf of users.
03-10-2014 01:59 AM
Oh, ok. I was rather hoping not to have to use CAXL.
The documentation does still refer to the SOAP API though? Specifically the "Client Configuration Web Service" which mentions "Contact List Management" as one of it's capabilities?
https://developer.cisco.com/site/collaboration/call-control/unified-presence/documentation/index.gsp
03-10-2014 08:37 AM
Hi Darren,
You are right, SOAP/REST API are also available as you mentioned. You can find more details in the latest developer guide.
https://developer.cisco.com/site/collaboration/call-control/unified-presence/documentation/
Thanks,
Howard
03-10-2014 08:50 AM
My understanding is that the Client Configuration Web Service can only manage 'non-presence' contacts for users, i.e. the user's UCM fast-dial/quick-dial list. Unfortunately this means that CAXL is the only mechanism for individual user IM&P roster-management.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide