Your IP : 18.216.110.162


Current Path : /var/www/axolotl/data/www/axolotl.ru/www/bitrix/js/im/provider/pull/src/
Upload File :
Current File : /var/www/axolotl/data/www/axolotl.ru/www/bitrix/js/im/provider/pull/src/registry.js

/**
 * Bitrix Messenger
 * Bundle pull command handlers
 *
 * @package bitrix
 * @subpackage im
 * @copyright 2001-2019 Bitrix
 */

import {ImBasePullHandler} from "./base";
import {ImCallPullHandler} from "./call";
import {ImNotificationsPullHandler} from "./notifications";

export {
	ImBasePullHandler,
	ImCallPullHandler,
	ImNotificationsPullHandler
}