Built motion from commit 775e2a94.|2.6.3
[motion2.git] / server / api / plugin / plugin.socket.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x252a=['update','emit','removeListener','./plugin.events'];(function(_0x3a441b,_0x288e89){var _0x2f16a4=function(_0x4e6b27){while(--_0x4e6b27){_0x3a441b['push'](_0x3a441b['shift']());}};_0x2f16a4(++_0x288e89);}(_0x252a,0xbb));var _0xa252=function(_0x89c32e,_0x253099){_0x89c32e=_0x89c32e-0x0;var _0x28760a=_0x252a[_0x89c32e];return _0x28760a;};'use strict';var PluginEvents=require(_0xa252('0x0'));var events=['save','remove',_0xa252('0x1')];function createListener(_0x662fab,_0x4ef567){return function(_0x234a4d){_0x4ef567[_0xa252('0x2')](_0x662fab,_0x234a4d);};}function removeListener(_0x18c4f5,_0x58a665){return function(){PluginEvents[_0xa252('0x3')](_0x18c4f5,_0x58a665);};}exports['register']=function(_0x33ac05){for(var _0x4c3456=0x0,_0x518d1e=events['length'];_0x4c3456<_0x518d1e;_0x4c3456++){var _0x21f89a=events[_0x4c3456];var _0x5118ed=createListener('plugin:'+_0x21f89a,_0x33ac05);PluginEvents['on'](_0x21f89a,_0x5118ed);}};