• Модуль: xmpp
  • Путь к файлу: ~/bitrix/modules/xmpp/classes/client.php
  • Класс: CXMPPClient
  • Вызов: CXMPPClient::GetJIdWithResource
public function GetJIdWithResource()
{
	return $this->jid.(!empty($this->resource) ? "/".$this->resource : "");
}