We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfb8092 + 7396f11 commit bbe080cCopy full SHA for bbe080c
src/xmpp.coffee
@@ -76,7 +76,7 @@ class XmppBot extends Adapter
76
host: options.host
77
port: options.port
78
legacySSL: options.legacySSL
79
- preferredSaslMechanism: options.preferredSaslMechanism
+ preferred: options.preferredSaslMechanism
80
disallowTLS: options.disallowTLS
81
@configClient(options)
82
0 commit comments