|
Change Your Status:
|
|
Personal Message:
|
|
Send a Message: |
This is a demonstration application built with the Windows Live Messenger Library.
This sample is nearly identical to the Hello World sample at http://wlmlhelloworld.mslivelabs.com. It demonstrates adding custom presence to the application. If a user in your contact list is also signed into this web app, a * will appear next to their name.
To see how to do this, View Source to see the code. All of the new code has this around it:
// **** CUSTOM PRESENCE ****
code here...
// **** END CUSTOM PRESENCE ****
See this blog post for more info.