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

UCM IM&P 10.5 Jabber Version - SDK

jimgrohol
Level 1
Level 1

I'm looking to find an SDK that will allow me to grab the Jabber client versions being used by users connected to our IM&P on-premise server. Currently, in 10.5, Cisco took this out of the GUI.

I have the CLI commands of:

run pe sql ttlogin select * from clientsessions

then run the following with a pkid from the output above:

run sql select userid from enduser where pkid=''

I would like to do this with an API call so we can find out client versions in a quicker fashion.

1 Reply 1

Geevarghese Cheria
Cisco Employee
Cisco Employee

Hi

Can you try On Windows you can view if this feature is enabled by going to "C:\Program Files (x86)\Cisco Systems\Cisco Jabber" file folder or where ever you are storing the Cisco Jabber client on your desktop, and open "jabber-config-defaults.xml"

The EnableAccessoriesManager attribute is towards the bottom with the value (true or false). So by this you can see the Jabber client's current configuration.

Also request to post your question under Jabber Accessory Manager API community for more details.

Thanks and Regards,

Geevarghese