Skip to:
from http://www.igniterealtime.org/community/message/186940#186940
Currently, only one of the send* methods in OutgoingFileTransfer calls setFileInfo() in the super class. This patch makes getFileName() and getFileSize() in all FileTransfer objects, incoming as well as outgoing, return meaningful data.
Patch applied
Fixed in the Smack community patch repo:
http://repo.or.cz/w/Smack.git?h=refs/heads/smack-3.1.1
in commit
http://repo.or.cz/w/Smack.git?a=commit;h=71b75b942e02d89c8490659adac76d496ff9f986
from http://www.igniterealtime.org/community/message/186940#186940
Currently, only one of the send* methods in OutgoingFileTransfer calls setFileInfo() in the super class. This patch makes getFileName() and getFileSize() in all FileTransfer objects, incoming as well as outgoing, return meaningful data.