Sametime Presence Awareness

This is a Sametime presence awareness question.

Has anyone figured out how to extract the data that is displayed in a business card when your mouse hovers over a name that shows presence awareness in a view?

I’m looking for an agent that will allow me to populate a field on a form with the data that appears on the business card.

Subject: Do you want the status information or the business card information?

The business card information can be retrieved from a servlet that the sametime server is running. If you’re using Domino as your directory source for sametime, then you don’t even need to communicate with the servlet you can just get the data straight from the Domino Directory. The servlet is UserInfoServlet

http://publib.boulder.ibm.com/infocenter/sametime/v8r0/index.jsp?topic=/com.ibm.help.sametime.imlu.doc/st_adm_buscard_troubleshoot_r.html

Presence state information requires interaction through the sametime toollkits, for example you could build a servlet to return a users presence state. Take a look at the Sametime SDKs and Sametime Redbooks for more information.