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:
rcollier 2011-08-18 03:28:05 +00:00
parent 98d03d2d75
commit eda09cb3ca
1 changed files with 0 additions and 3 deletions

View File

@ -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();
}