I want to add MS Office communicator presence indicator into my Java Application(jsp).
Please assist! Thanks in advance!!!
Pritesh
|
I want to add MS Office communicator presence indicator into my Java Application(jsp). Please assist! Thanks in advance!!! Pritesh | |||
feedback
|
|
If you're targeting the windows platform, the simplest way is to do everything client-side. As long as the clients are running IE, Office 2003 or above, and Communicator 2007 or above, you can use the NameCtrl ActiveX object that gets distributed with Office. The following code should get you started:
For a real world solution, you'd just need to implement an image that changes depending on the presence state that gets returned (i.e. a presence bubble to display alongside each users name), and a collection of sip uris to images, to ensure you can map an incoming status change to the relevant image. | |||
|
feedback
|