doc/asmack-beem/beem_patches/50-fix-sasl-incorrect-encoding.patch
changeset 786 5629d4b4f04c
child 797 fbd3585af53e
equal deleted inserted replaced
784:5f505723eec6 786:5629d4b4f04c
       
     1 --- org/jivesoftware/smack/sasl/SASLMechanism.java~	2010-07-20 15:13:25.000000000 +0200
       
     2 +++ org/jivesoftware/smack/sasl/SASLMechanism.java	2010-07-20 15:15:41.000000000 +0200
       
     3 @@ -263,9 +263,6 @@
       
     4              if (authenticationText != null) {
       
     5                  stanza.append(authenticationText);
       
     6              }
       
     7 -            else {
       
     8 -                stanza.append("=");
       
     9 -            }
       
    10              stanza.append("</response>");
       
    11              return stanza.toString();
       
    12          }