Built motion from commit (unavailable).|2.5.6
[motion2.git] / server / api / chatMessage / chatMessage.rpc.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 _0x51ca=['request','then','ChatMessage,\x20%s,\x20%s','ChatMessage,\x20%s,\x20%s,\x20%s','request\x20sent','stringify','error','code','message','info','result','CreateChatMessage','ChatMessage','create','body','options','raw','catch','util','bluebird','randomstring','ioredis','../../mysqldb','../../config/utils','../../config/logger','rpc','jayson/promise','client','http','redis','localhost','./chatMessage.socket','register'];(function(_0x1322fa,_0x49f393){var _0x55d9ae=function(_0x568c0d){while(--_0x568c0d){_0x1322fa['push'](_0x1322fa['shift']());}};_0x55d9ae(++_0x49f393);}(_0x51ca,0x1e0));var _0xa51c=function(_0x15c421,_0x6366f7){_0x15c421=_0x15c421-0x0;var _0x5e5ed5=_0x51ca[_0x15c421];return _0x5e5ed5;};'use strict';var _=require('lodash');var util=require(_0xa51c('0x0'));var moment=require('moment');var BPromise=require(_0xa51c('0x1'));var rs=require(_0xa51c('0x2'));var fs=require('fs');var Redis=require(_0xa51c('0x3'));var db=require(_0xa51c('0x4'))['db'];var utils=require(_0xa51c('0x5'));var logger=require(_0xa51c('0x6'))(_0xa51c('0x7'));var config=require('../../config/environment');var jayson=require(_0xa51c('0x8'));var client=jayson[_0xa51c('0x9')][_0xa51c('0xa')]({'port':0x232a});config['redis']=_['defaults'](config[_0xa51c('0xb')],{'host':_0xa51c('0xc'),'port':0x18eb});var socket=require('socket.io-emitter')(new Redis(config[_0xa51c('0xb')]));require(_0xa51c('0xd'))[_0xa51c('0xe')](socket);function respondWithRpcPromise(_0x523a9d,_0x15a531,_0x3acd0c){return new BPromise(function(_0x101c02,_0x4ed2db){return client[_0xa51c('0xf')](_0x523a9d,_0x3acd0c)[_0xa51c('0x10')](function(_0x4a9016){logger['info'](_0xa51c('0x11'),_0x15a531,'request\x20sent');logger['debug'](_0xa51c('0x12'),_0x15a531,_0xa51c('0x13'),JSON[_0xa51c('0x14')](_0x4a9016));if(_0x4a9016['error']){if(_0x4a9016[_0xa51c('0x15')][_0xa51c('0x16')]===0x1f4){logger[_0xa51c('0x15')]('ChatMessage,\x20%s,\x20%s',_0x15a531,_0x4a9016['error'][_0xa51c('0x17')]);return _0x4ed2db(_0x4a9016[_0xa51c('0x15')][_0xa51c('0x17')]);}logger[_0xa51c('0x15')](_0xa51c('0x11'),_0x15a531,_0x4a9016[_0xa51c('0x15')][_0xa51c('0x17')]);return _0x101c02(_0x4a9016['error']['message']);}else{logger[_0xa51c('0x18')](_0xa51c('0x11'),_0x15a531,'request\x20sent');_0x101c02(_0x4a9016[_0xa51c('0x19')][_0xa51c('0x17')]);}})['catch'](function(_0x5adda7){logger[_0xa51c('0x15')](_0xa51c('0x11'),_0x15a531,_0x5adda7);_0x4ed2db(_0x5adda7);});});}exports[_0xa51c('0x1a')]=function(_0x52e87e){var _0x20abc6=this;return new Promise(function(_0x10bd55,_0x264454){return db[_0xa51c('0x1b')][_0xa51c('0x1c')](_0x52e87e[_0xa51c('0x1d')],{'raw':_0x52e87e[_0xa51c('0x1e')]?_0x52e87e[_0xa51c('0x1e')][_0xa51c('0x1f')]===undefined?!![]:![]:!![]})[_0xa51c('0x10')](function(_0x45d179){logger[_0xa51c('0x18')](_0xa51c('0x1a'),_0x52e87e);logger['debug'](_0xa51c('0x1a'),_0x52e87e,JSON[_0xa51c('0x14')](_0x45d179));_0x10bd55(_0x45d179);})[_0xa51c('0x20')](function(_0x561235){logger[_0xa51c('0x15')](_0xa51c('0x1a'),_0x561235['message'],_0x52e87e);_0x264454(_0x20abc6[_0xa51c('0x15')](0x1f4,_0x561235[_0xa51c('0x17')]));});});};