I encode information about the presence of IM in one of silverlight's applications. So far, the only solution I have found is one from CodePlex (Silverlight.OCS). It is "good", but it is very dated.
The Lync SDK makes it easy to get presence information inside silverlight. Unfortunately, 99% of the users on our network are still on OFfice Communicator (R2), so using the ready-made Lync method (controls: PresenceIndicator ... in xaml) cannot work.
So, I'm curious if the Lync SDK supports the way to communicate with Office Communicator?
If so, how would I: a) check which client is running, and then b) connect to this client - be it Lync or Communicator. Any help is much appreciated! Last but not least, I'm looking for C # code, if at all possible. Thank!
source
share