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

aSmack XMPP File Transfer

Florian Schmaus edited this page Jul 3, 2014 · 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:

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.

Please note that aSmack file transfer issues are usually Smack file transfer issues and should be reported upstream, if you found the root cause.

aSmack's file transfer capabilities are used and can therefore be tested by MAXS Transport XMPP. Since this is an GPLv3 licensed open source application, you can also view the source code and study how XMPP file transfer with (a)Smack is implemented there.

Clone this wiki locally