cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
887
Views
4
Helpful
1
Replies

jabber profile create/update/detete through sdk

praveen6867
Level 1
Level 1

Hi,

How i can edit jabber users profile details like first name,last name , picture ,address through sdk.

I have one requirement. From .net application I need to create/update cisco user profile like First name ,last name ,picture etc.

Is Cisco/ Cisco jabber provides any services/sdk to do this operations.

Could you please provide solution

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

For CUCM IM&Presence (premise/enterprise) there is a server-to-server targeted SOAP API called 'Client Configuration Web Service' which provides some ability to modify a user's contact vCard info.  See the 'Modify Contact Information Request' section in the Developer Guide:

Cisco DevNet: Unified Presence - Documentation

For the browser/JS-based CAXL SDK, there isn't high-level support for vCard handling, but you do have the ability to build/send XMPP stanza objects from 'scratch', i.e. <iq/>; so you could pretty easily implement the XEP-0054 vCard-temp behaviour to get/set vCard info:

XEP-0054: vcard-temp