Reputation: 1234
I began to study the XMPP Protocol and trying to make a client for Android. How to use asmack send and receive images?
Upvotes: 1
Views: 6286
Reputation: 24053
You can send images with aSmack just like you would send any other file with Smack. How to use XMPP file transfer with Smack is documented in the Section "File Transfer" at http://www.igniterealtime.org/builds/smack/docs/latest/documentation/extensions/
Be sure to use an up to date version of asmack to get In-Band Bytestreams support.
Upvotes: 4