16 $userId = (int)CurrentUser::get()->getId();
22 \CIMContactList::SetOnline($userId);
24 if ($this->isMobile() && Loader::includeModule(
'mobile'))
26 \Bitrix\Mobile\User::setOnline($userId);
29 if (!$this->isMobile())
31 \CIMStatus::Set($userId, Array(
'IDLE' =>
null));
34 if ($this->isDesktop())
36 \CIMMessenger::SetDesktopStatusOnline($userId);