xmppjs / xmpp.js

XMPP for JavaScript
ISC License
2.18k stars 371 forks source link

dns: Remove support for insecure TXT records #936

Closed sonnyp closed 2 years ago

sonnyp commented 2 years ago

See https://mail.jabber.org/pipermail/standards/2022-February/038759.html

Closes https://github.com/xmppjs/xmpp.js/issues/933

sonnyp commented 2 years ago

This is a breaking change but also a security patch.

I will be deprecating current xmpp.js version and releasing this as a semver patch version.

In the unlikely scenario that the server only offers TXT records and your client exclusively made use of it to connect – then this new version will prevent you from connecting. Sorry about that but better safe than sorry :smiley:

Otherwise everything should work as before.