Open GoogleCodeExporter opened 8 years ago
This proguard configuration worked for me:
-dontwarn org.jivesoftware.**
-keepclasseswithmembers class de.measite.smack.** {
*;
}
-keepclasseswithmembers class * extends
org.jivesoftware.smack.sasl.SASLMechanism {
public <init>(org.jivesoftware.smack.SASLAuthentication);
}
Original comment by Steeli...@gmail.com
on 3 Feb 2013 at 9:02
Original issue reported on code.google.com by
kaamel.i...@gmail.com
on 5 Sep 2011 at 10:05