Built motion from commit (unavailable).|2.5.11
[motion2.git] / server / services / routing / rpc / chatMessage.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 _0x8e51=['createChatMessage'];(function(_0x20845e,_0x211e78){var _0x28cf2b=function(_0x31d613){while(--_0x31d613){_0x20845e['push'](_0x20845e['shift']());}};_0x28cf2b(++_0x211e78);}(_0x8e51,0x99));var _0x18e5=function(_0xc1de01,_0x4d88ce){_0xc1de01=_0xc1de01-0x0;var _0x5cdbdc=_0x8e51[_0xc1de01];return _0x5cdbdc;};'use strict';var client=require('../client');exports['create']=function(_0x1d1c8a){return client['Request']('CreateChatMessage',{'body':_0x1d1c8a,'log':_0x18e5('0x0')});};