I am using Web messenger in my DNN site. To show the user online in the web messenger as soon as the user logs in my DNN site, i used the following code on every page of my site
<script src="http://cutesoft.net/DesktopModules/CuteSoft_Client/CuteChat/IntegrationUtility.js.aspx?Chat_StartPartialMessenger=1" </script>
But after adding this code, the status of the logged in user is showing "Away" instead of "online" in other user's web messenger window.
How can i show status "online" instead of "Away" in this case.
Another think i want is that whenever user logs out from my site, his status changed to "offline" in the web messenger. I am not able to find out a solution for this.
Please help me out to implement these two functionalities.