mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-30 08:50:01 +01:00
fixup: properly detect fast
This commit is contained in:
parent
d429a1fdf3
commit
87556c8811
1 changed files with 1 additions and 1 deletions
|
@ -1562,7 +1562,7 @@ public class XmppConnection implements Runnable {
|
|||
this.saslMechanism = validate(saslMechanism, mechanisms);
|
||||
final boolean quickStartAvailable;
|
||||
final String firstMessage = this.saslMechanism.getClientFirstMessage(sslSocketOrNull(this.socket));
|
||||
final boolean usingFast = SaslMechanism.hashedToken(this.saslMechanism);
|
||||
final boolean usingFast = SaslMechanism.hashedToken(saslMechanism);
|
||||
final Element authenticate;
|
||||
if (version == SaslMechanism.Version.SASL) {
|
||||
authenticate = new Element("auth", Namespace.SASL);
|
||||
|
|
Loading…
Add table
Reference in a new issue