Built motion from commit 092f8824.|2.5.49
[motion2.git] / server / services / routing / model / mailQueue.js
index 08a4839..da67ca6 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x4ab5=['length','online','available','stringify','format','mail:queue:%s','emit','mail_queue:save','exports','lodash','util','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','waiting','md5','updateRouting','updateRealtime','_rr','mapAgentsId','map','loggedIn','paused'];(function(_0x511a3e,_0x15d4bd){var _0x538aa4=function(_0x2aee2e){while(--_0x2aee2e){_0x511a3e['push'](_0x511a3e['shift']());}};_0x538aa4(++_0x15d4bd);}(_0x4ab5,0x1e9));var _0x54ab=function(_0x454db3,_0xcd150e){_0x454db3=_0x454db3-0x0;var _0x3b36da=_0x4ab5[_0x454db3];return _0x3b36da;};'use strict';var _=require(_0x54ab('0x0'));var md5=require('md5');var util=require(_0x54ab('0x1'));var Redis=require('ioredis');var config=require(_0x54ab('0x2'));config[_0x54ab('0x3')]=_[_0x54ab('0x4')](config['redis'],{'host':_0x54ab('0x5'),'port':0x18eb});var io=require(_0x54ab('0x6'))(new Redis(config[_0x54ab('0x3')]));function MailQueue(_0x16e13f){this['id']=_0x16e13f['id']||0x0;this[_0x54ab('0x7')]=_0x16e13f['name']||'';this[_0x54ab('0x8')]=_0x16e13f['timeout']||0xa;this[_0x54ab('0x9')]=_0x16e13f[_0x54ab('0x9')]||_0x54ab('0xa');this[_0x54ab('0xb')]=_0x16e13f[_0x54ab('0xb')];this['mapAgentsId']={};this[_0x54ab('0xc')]=0x0;this[_0x54ab('0xd')]='';this[_0x54ab('0xe')]();this[_0x54ab('0xf')]();}MailQueue['prototype']['updateRouting']=function(){var _0x5cb2cf=this['mapAgentsId'][_0x54ab('0x10')];this[_0x54ab('0x11')]=_[_0x54ab('0x12')](this[_0x54ab('0xb')],'id');this[_0x54ab('0x11')][_0x54ab('0x10')]=_0x5cb2cf;};MailQueue['prototype'][_0x54ab('0xf')]=function(){this[_0x54ab('0x13')]=0x0;this[_0x54ab('0x14')]=0x0;for(var _0x4274de=0x0;_0x4274de<this['Agents'][_0x54ab('0x15')];_0x4274de+=0x1){if(this[_0x54ab('0xb')][_0x4274de][_0x54ab('0x16')]){this[_0x54ab('0x13')]+=0x1;}if(this[_0x54ab('0xb')][_0x4274de]['mailPause']){this[_0x54ab('0x14')]+=0x1;}}this['available']=this[_0x54ab('0x13')]-this[_0x54ab('0x14')];this['available']=this[_0x54ab('0x17')]>=0x0?this[_0x54ab('0x17')]:0x0;var _0x4ce9d5={'id':this['id'],'available':this[_0x54ab('0x17')],'loggedIn':this[_0x54ab('0x13')],'name':this[_0x54ab('0x7')],'paused':this['paused'],'waiting':this[_0x54ab('0xc')]};var _0x44bb3a=md5(JSON[_0x54ab('0x18')](_0x4ce9d5));if(this['md5']!==_0x44bb3a){this[_0x54ab('0xd')]=_0x44bb3a;io['to'](util[_0x54ab('0x19')](_0x54ab('0x1a'),_0x4ce9d5[_0x54ab('0x7')]))[_0x54ab('0x1b')](_0x54ab('0x1c'),_0x4ce9d5);}};module[_0x54ab('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