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 Sep 27, 2012 · 15 revisions

The XMPP file transfer process is sophisticated and therefore complex. This is due the fact that XMPP is extensible, which means various methods (XEPs) are defined to transfer a file from one entity (user) to another. In order to find the reason for your file transfer problem you may have to

The relevant XEPs for Smacks file transfer feature are:

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!. We can't help with issues about XMPP file transfer if they don't contain a solution or at least on idea what could be wrong! Given that XMPP is an open standard, everyone can look up what's going wrong in means of the protocol that both parties (sender, server, receiver) have agreed upon. If you find deviation from the standard in Smack, any report is highly appreciated.

Clone this wiki locally