How does the websocket:true; setting in config.json impact the xmpp setting
Is there more documentation around websocket:true; setting in the config.json setting in PegaCHat Server 7.4? If this is set to true what additional setting has to be done? What additional configurations is required for bosh setting and websocket setting?
our config.json entry is as per below
"xmpp_server_config": {
"websocket" : true,
"host" : "localhost",
"port" : 5280
},