05-28-2015 05:29 PM
Hello
I am working with jabberwerx library and i have ran the sample chat example provided by Cisco. What I am looking for is a way to get the list of jabber ids of all users of Cisco Jabber in my Organization. Is there a way to achieve this using jabberwerx library or via some other programmatic mechanism? If yes, kindly guide me towards it.
Regards
Solved! Go to Solution.
05-29-2015 07:38 AM
The Cisco Jabber users are synchronized from your Call Manager user directory, so you can simply query the user directory from CUCM using AXL listUser. If not all of your call manager users are Jabber-enabled, you can filter the returned values so that you only use the ones with <imAndPresenceEnable>true</imAndPresenceEnable> as one of the returned tag values.
See the Cisco AXL documentation for more information about AXL.
You could also construct a SQL query to do the filtering for you, and use the AXL executeSQLQuery to run the query.
05-29-2015 07:38 AM
The Cisco Jabber users are synchronized from your Call Manager user directory, so you can simply query the user directory from CUCM using AXL listUser. If not all of your call manager users are Jabber-enabled, you can filter the returned values so that you only use the ones with <imAndPresenceEnable>true</imAndPresenceEnable> as one of the returned tag values.
See the Cisco AXL documentation for more information about AXL.
You could also construct a SQL query to do the filtering for you, and use the AXL executeSQLQuery to run the query.
06-01-2015 06:50 AM
Thank you for the solution, let me try this.
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