views:

8

answers:

0

Is it possible to display a user's online status without Active-X? In my googling I've found a number of articles about displaying MOC online status on Sharepoint using the IMNRC() function in the OWS.js file but this seems pretty old-skool with all of the Active-X object instantiation and as a result will only work in Internet Explorer.

Is there a simple method of getting an online status using some kind of back-end API call to the communication server by passing their email address?

cheers Marcus