mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-26 16:22:06 +01:00
SMACK-324 Applied recommended patch to remove improper stanza construction.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_2_0@12579 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
98d03d2d75
commit
eda09cb3ca
1 changed files with 0 additions and 3 deletions
|
@ -263,9 +263,6 @@ public abstract class SASLMechanism implements CallbackHandler {
|
|||
if (authenticationText != null) {
|
||||
stanza.append(authenticationText);
|
||||
}
|
||||
else {
|
||||
stanza.append("=");
|
||||
}
|
||||
stanza.append("</response>");
|
||||
return stanza.toString();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue