Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

TLS / Secure connection #83

Open
lacivert opened this issue Nov 7, 2018 · 2 comments
Open

TLS / Secure connection #83

lacivert opened this issue Nov 7, 2018 · 2 comments

Comments

@lacivert
Copy link

lacivert commented Nov 7, 2018

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
Copy link

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

@lacivert
Copy link
Author

lacivert commented Jan 6, 2021

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

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants