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

How to Show Windows Jabber Presence Status on Different Application Tool

UfukKe
Level 1
Level 1

Hello,

For a project, we want to make a application tool that shows users' Jabber status in Windows Client. We would like to show the Jabber status that the people listed on this tool are online or offline. At this point, is there a structure where we can show users' status information on Jabber on the tool and get jabber status?
(For example, we want to view the Windows Jabber presence status of 20 users in a single app screen.)

When we searched, we found the following method.
https://developer.cisco.com/site/im-and-presence/discover/api_overviews/presence_web_service/

However, it is stated here that users can log in via API and get jabber status.
How can we feed and show users' Windows Client Jabber statuses to this application tool without logging in from a different location?


Thanks,

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

The Presence Web Service would be the API to look at, I believe.  Note in the Subscribe request the application provides a contactList that can include multiple JIDs - this should enable the application to monitor and receive notifications about the presence status of multiple users, without logging each user in individually (only needed if the app needs to proactively update a user's status from the application.)