/** * Checks online status of IM. * @return bool */ public static function isDesktopImOnline() { if (!Loader::includeModule('im')) { return false; } return \CIMMessenger::checkDesktopStatusOnline(); }