simple-xmpp / node-simple-xmpp

Simple High Level NodeJS XMPP Client
302 stars 90 forks source link

TLS / Secure connection #83

Open lacivert opened 5 years ago

lacivert commented 5 years ago

Feature Request;

TLS doesn't seems to be available now. Can you make it available? When I try to connect on 5223 (secure), it can't authenticate.

uranik777 commented 3 years ago

TLS/SSL on port 5223 work ok, try this config: xmpp.connect({ jid: 'xxxx@jabber.domain', service: "xmpps://jabber.domain", domain: "jabber.domain", resource: "", username: "username", password: "password", });

lacivert commented 3 years ago

@uranik777 Thank you very much. We have moved to xmppjs project;

https://github.com/xmppjs/xmpp.js