• Модуль: xmpp
  • Путь к файлу: ~/bitrix/modules/xmpp/classes/client.php
  • Класс: CXMPPClient
  • Вызов: CXMPPClient::__construct
public function __construct($xmppId, $sock)
{
	$this->xmppId = $xmppId;
	$this->sock = $sock;
	$this->connected = true;
	$this->authenticated = false;
	$this->authenticationStep = 0;
}