mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-20 02:52:06 +01:00
SMACK-324 removed non base64 char from SASL response packet.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@12372 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
84c43c4fdd
commit
3558b1bbcb
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