PegaCHAT 7.4 Server stops at launching xmpp server message in console
PegaCHAT 7.4 Server stops at launching xmpp server message in console.
node_env=production node app
Validation was successful.
SMTP is not configured.
XMPP Server Options:
{ websocket: true,
host: ' Proprietary information hidden',
port: 5280,
chatPort: 8001,
chatProtocol: 'http',
chatHost: 'localhost' }
Starting XMPP server on port: 8001
launching xmpp server
Any idea what we might be missing ?? Why it doesn't connect to XMPP ??
We have opened the required ports 8001, 5280 in this case.
Connecting via bosh as opposed to websockets has resolved the SR-C36019:
"xmpp_server_config": {
"websocket": true,
"bosh": {
"enabled": true,
"port": 5280,
"host": "localhost"
}
},