• Модуль: xmpp
  • Путь к файлу: ~/bitrix/modules/xmpp/classes/server.php
  • Класс: CXMPPServer
  • Вызов: CXMPPServer::GetServer
static function GetServer()
{
	if (!array_key_exists("xmppServerObject", $GLOBALS) || !is_object($GLOBALS["xmppServerObject"]))
	{
		$GLOBALS["xmppServerObject"] = new CXMPPServer();
		$GLOBALS["xmppServerObject"]->Initialize();
	}
	return $GLOBALS["xmppServerObject"];
}