Implementation of XEP-084 which loads avatar from http.
Big hacking on the PEP* classes of Smack. Still need to commit the patch.
Maybe this should be port to use she pubsub packages.
--- 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();
}