Skip to:
The VCardProvider tries to parse the BINVAL element directly as child of <vcard> , when XEP-0153, 3.1 states that it is in fact a child of <PHOTO>.
The relevant code part: http://fisheye.igniterealtime.org/browse/smack/trunk/source/org/jivesoftware/smackx/provider/VCardProvider.java?r=13325#to117
Thanks to Joe Hildebrand for mentioning this at stackoverflow.
Cleanup of now deprecated methods
The VCardProvider tries to parse the BINVAL element directly as child of <vcard> , when XEP-0153, 3.1 states that it is in fact a child of <PHOTO>.
The relevant code part: http://fisheye.igniterealtime.org/browse/smack/trunk/source/org/jivesoftware/smackx/provider/VCardProvider.java?r=13325#to117
Thanks to Joe Hildebrand for mentioning this at stackoverflow.