Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-xmpp-tls-connect

node-xmpp37.5kMITdeprecated1.0.1

this package is deprecated please use https://github.com/xmppjs/xmpp.js

tls.connect fallback

tls, connect, drop, in, replacement, patch

readme

This Package holds a patch for nodejs >=0.11

to opt-in until nodejs merges this (or not) you can use this package as a drop-in replacement.

npm install tls-connect

This works also on node < 0.11 because it's using createSecurePair instead of TLSSocket then.