Built motion from commit 092f8824.|2.5.49
[motion2.git] / server / services / routing / model / mailQueue.js
index 231e289..da67ca6 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x078a=['exports','lodash','md5','util','ioredis','../../../config/environment','redis','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','waiting','updateRouting','updateRealtime','mapAgentsId','_rr','prototype','loggedIn','paused','length','online','mailPause','available','stringify','format','emit','mail_queue:save'];(function(_0x5c1343,_0x5ad283){var _0x1025f3=function(_0x1b8025){while(--_0x1b8025){_0x5c1343['push'](_0x5c1343['shift']());}};_0x1025f3(++_0x5ad283);}(_0x078a,0x12d));var _0xa078=function(_0x164191,_0x10a33b){_0x164191=_0x164191-0x0;var _0x5a51ee=_0x078a[_0x164191];return _0x5a51ee;};'use strict';var _=require(_0xa078('0x0'));var md5=require(_0xa078('0x1'));var util=require(_0xa078('0x2'));var Redis=require(_0xa078('0x3'));var config=require(_0xa078('0x4'));config[_0xa078('0x5')]=_['defaults'](config[_0xa078('0x5')],{'host':_0xa078('0x6'),'port':0x18eb});var io=require(_0xa078('0x7'))(new Redis(config['redis']));function MailQueue(_0xe1f165){this['id']=_0xe1f165['id']||0x0;this['name']=_0xe1f165[_0xa078('0x8')]||'';this[_0xa078('0x9')]=_0xe1f165[_0xa078('0x9')]||0xa;this[_0xa078('0xa')]=_0xe1f165[_0xa078('0xa')]||_0xa078('0xb');this[_0xa078('0xc')]=_0xe1f165[_0xa078('0xc')];this['mapAgentsId']={};this[_0xa078('0xd')]=0x0;this[_0xa078('0x1')]='';this[_0xa078('0xe')]();this[_0xa078('0xf')]();}MailQueue['prototype'][_0xa078('0xe')]=function(){var _0x210400=this[_0xa078('0x10')][_0xa078('0x11')];this[_0xa078('0x10')]=_['map'](this[_0xa078('0xc')],'id');this[_0xa078('0x10')][_0xa078('0x11')]=_0x210400;};MailQueue[_0xa078('0x12')][_0xa078('0xf')]=function(){this[_0xa078('0x13')]=0x0;this[_0xa078('0x14')]=0x0;for(var _0x214106=0x0;_0x214106<this[_0xa078('0xc')][_0xa078('0x15')];_0x214106+=0x1){if(this[_0xa078('0xc')][_0x214106][_0xa078('0x16')]){this['loggedIn']+=0x1;}if(this[_0xa078('0xc')][_0x214106][_0xa078('0x17')]){this[_0xa078('0x14')]+=0x1;}}this['available']=this[_0xa078('0x13')]-this[_0xa078('0x14')];this['available']=this[_0xa078('0x18')]>=0x0?this[_0xa078('0x18')]:0x0;var _0x389474={'id':this['id'],'available':this['available'],'loggedIn':this[_0xa078('0x13')],'name':this[_0xa078('0x8')],'paused':this[_0xa078('0x14')],'waiting':this[_0xa078('0xd')]};var _0x37780c=md5(JSON[_0xa078('0x19')](_0x389474));if(this['md5']!==_0x37780c){this['md5']=_0x37780c;io['to'](util[_0xa078('0x1a')]('mail:queue:%s',_0x389474[_0xa078('0x8')]))[_0xa078('0x1b')](_0xa078('0x1c'),_0x389474);}};module[_0xa078('0x1d')]=MailQueue;
\ No newline at end of file
+var _0x1f39=['mailPause','available','stringify','format','mail:queue:%s','mail_queue:save','exports','md5','util','../../../config/environment','redis','socket.io-emitter','name','timeout','strategy','beepall','mapAgentsId','waiting','updateRealtime','prototype','updateRouting','_rr','map','Agents','loggedIn','paused','length','online'];(function(_0x3e1359,_0x77e06d){var _0x4b2728=function(_0x399899){while(--_0x399899){_0x3e1359['push'](_0x3e1359['shift']());}};_0x4b2728(++_0x77e06d);}(_0x1f39,0x173));var _0x91f3=function(_0x43dac3,_0x564736){_0x43dac3=_0x43dac3-0x0;var _0x2aac5c=_0x1f39[_0x43dac3];return _0x2aac5c;};'use strict';var _=require('lodash');var md5=require(_0x91f3('0x0'));var util=require(_0x91f3('0x1'));var Redis=require('ioredis');var config=require(_0x91f3('0x2'));config[_0x91f3('0x3')]=_['defaults'](config[_0x91f3('0x3')],{'host':'localhost','port':0x18eb});var io=require(_0x91f3('0x4'))(new Redis(config['redis']));function MailQueue(_0x834c11){this['id']=_0x834c11['id']||0x0;this[_0x91f3('0x5')]=_0x834c11['name']||'';this[_0x91f3('0x6')]=_0x834c11['timeout']||0xa;this[_0x91f3('0x7')]=_0x834c11[_0x91f3('0x7')]||_0x91f3('0x8');this['Agents']=_0x834c11['Agents'];this[_0x91f3('0x9')]={};this[_0x91f3('0xa')]=0x0;this[_0x91f3('0x0')]='';this['updateRouting']();this[_0x91f3('0xb')]();}MailQueue[_0x91f3('0xc')][_0x91f3('0xd')]=function(){var _0xe4274e=this['mapAgentsId'][_0x91f3('0xe')];this[_0x91f3('0x9')]=_[_0x91f3('0xf')](this[_0x91f3('0x10')],'id');this[_0x91f3('0x9')]['_rr']=_0xe4274e;};MailQueue['prototype']['updateRealtime']=function(){this[_0x91f3('0x11')]=0x0;this[_0x91f3('0x12')]=0x0;for(var _0x4e6bb9=0x0;_0x4e6bb9<this[_0x91f3('0x10')][_0x91f3('0x13')];_0x4e6bb9+=0x1){if(this[_0x91f3('0x10')][_0x4e6bb9][_0x91f3('0x14')]){this['loggedIn']+=0x1;}if(this[_0x91f3('0x10')][_0x4e6bb9][_0x91f3('0x15')]){this[_0x91f3('0x12')]+=0x1;}}this[_0x91f3('0x16')]=this[_0x91f3('0x11')]-this[_0x91f3('0x12')];this[_0x91f3('0x16')]=this[_0x91f3('0x16')]>=0x0?this[_0x91f3('0x16')]:0x0;var _0x2ed68f={'id':this['id'],'available':this[_0x91f3('0x16')],'loggedIn':this[_0x91f3('0x11')],'name':this[_0x91f3('0x5')],'paused':this['paused'],'waiting':this['waiting']};var _0x556ab9=md5(JSON[_0x91f3('0x17')](_0x2ed68f));if(this['md5']!==_0x556ab9){this[_0x91f3('0x0')]=_0x556ab9;io['to'](util[_0x91f3('0x18')](_0x91f3('0x19'),_0x2ed68f[_0x91f3('0x5')]))['emit'](_0x91f3('0x1a'),_0x2ed68f);}};module[_0x91f3('0x1b')]=MailQueue;
\ No newline at end of file