doc/asmack-beem/beem_patches/50-fix-sasl-incorrect-encoding.patch
author Da Risk <darisk972@gmail.com>
Thu, 22 Jul 2010 23:34:36 +0200
changeset 793 4fb9df09ffdf
parent 786 5629d4b4f04c
child 797 fbd3585af53e
permissions -rw-r--r--
#286 : Initial implementation of XEP-0115 : Entity Capabilities

--- org/jivesoftware/smack/sasl/SASLMechanism.java~	2010-07-20 15:13:25.000000000 +0200
+++ org/jivesoftware/smack/sasl/SASLMechanism.java	2010-07-20 15:15:41.000000000 +0200
@@ -263,9 +263,6 @@
             if (authenticationText != null) {
                 stanza.append(authenticationText);
             }
-            else {
-                stanza.append("=");
-            }
             stanza.append("</response>");
             return stanza.toString();
         }