Hi:
We have uploaded new build yestoday.
Please download it , and try it.
We haven't finished documents about it yet.
Here is the summary about how to use it:
1. <script src="CuteSoft_Client/CuteChat/IntegrationUtility.js.aspx"></script>
this is the basic script file for messenger help functions.
2. <script>Chat_StartPartialMessenger()</script> , add this to let server monitor the users is online , and show the status on contact's list.
3. use CuteChat.ChatWebUtility.GetMessengerOnlineStatus("loginName") to get the online status: APPEAROFFLINE/OFFLINE/ONLINE/AWAY/BUSY/PARTIAL
if the status is "PARTIAL" , then means the user is online in the webpage,not in the messenger.
4. use script Chat_OpenContact('loginName') when click the user.
Hope this helps.
Regards , Terry .