Skip to content

Commit c8817af

Browse files
committed
Just remove reconnect in full
1 parent 4391574 commit c8817af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/util/session.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ function xmppConnectionOptions(req) {
183183
return {
184184
jid: '@' + domain,
185185
host: host,
186-
port: port,
187-
reconnect: false,
186+
port: port
188187
//preferredSaslMechanism: 'ANONYMOUS'
189188
};
190189
}

0 commit comments

Comments
 (0)