lets-chat icon indicating copy to clipboard operation
lets-chat copied to clipboard

XMPP configuration results in Let's Chat not working at all

Open whisdom opened this issue 8 years ago • 3 comments

Hi all,

I have installed the Let's Chat server on Ubuntu 14.04. With default configuration it works (XMPP disabled). Web Interface can be used.

As soon as I try to enable XMPP and restart the Let's Chat service, this service does not work at all.

Here is what I have tested in the settings.yml (also tried to change this in defaults.yml). I onla have changed the xmpp.enable=true:

xmpp: enable: true roomCreation: false debug: handled: false unhandled: false port: 5222 domain: <my_domain> username: node # node / full tls: enable: false key: ./server.key cert: ./server.crt

Result is that even the webbrowser cannot to port 5000 anymore. Process is running.

Any idea? Are there any logfiles that I can look into?

Thanks

whisdom avatar Nov 29 '16 22:11 whisdom

@hhaidar I confirm this is happening on CentOS 6 as well, my only solution was to downgrade to a lower version of node-xmpp-server (2.1.2 in my case) is the latest version of node-xmpp-server that works on old installations.

That might help you @whisdom ? or did you fix it in another way?

angvp avatar Feb 01 '17 15:02 angvp

If you want xmpp enabled, you should specify the server ip address, it's installed on or fqdn

sadfuzzy avatar Apr 06 '17 22:04 sadfuzzy

@sadfuzzy I think OP has an old server version (Ubuntu 14.04) so the solution is to downgrade as I suggested..

angvp avatar Apr 07 '17 16:04 angvp