Add a patch for asmack to fix sasl incorrect encoding.
authorDa Risk <darisk972@gmail.com>
Wed, 21 Jul 2010 23:24:46 +0200
changeset 786 5629d4b4f04c
parent 784 5f505723eec6
child 787 300eddc3be4b
Add a patch for asmack to fix sasl incorrect encoding. Update asmack library. Fix bug #284
doc/asmack-beem/beem_patches/50-fix-sasl-incorrect-encoding.patch
libs/asmack-android-2.1-beem.jar
libs/asmack-android-7-beem.jar
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/asmack-beem/beem_patches/50-fix-sasl-incorrect-encoding.patch	Wed Jul 21 23:24:46 2010 +0200
@@ -0,0 +1,12 @@
+--- 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();
+         }
Binary file libs/asmack-android-2.1-beem.jar has changed
Binary file libs/asmack-android-7-beem.jar has changed