code:function OnEvent_ContactSignin(sEmail){ MsgPlus.DisplayToast('', 'User is online', '', 'OpenChatWindow', sEmail); } function OpenChatWindow(sParam) { Messenger.OpenChat(sParam); }