Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

aSmack XMPP File Transfer

Flowdalic edited this page May 4, 2012 · 15 revisions

The XMPP file transfer process is sophisticated and therefore complex. In order to find the reason for your file transfer problem you have to

  • understand the way file transfers work with XMPP: read the related XEPs
  • caputure an trace of the XMPP stanzas involved in the file transfer
  • attach an debugger to the application that uses Smack (aSmack sources are provided)

If you find an place where smack does not behave as defined in an XEP, or if there is other problem with Smack that prevents an successfull file transfer, the issue should be reported upstream!

Clone this wiki locally