aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/xmpp/filetransfer (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-04Added columns to fileparams table: url, original file name, key and ivtrz/beta-5steckbrief1-1/+1
auto download of files moved from MessageParser to MessageAdapter download and open file representation cleaned up
2016-08-23xmpp.httpupload moved to new namespace xmpp.filetransfer.http.upload; delete ↵steckbrief8-3/+165
parts of xmpp.filetransfer.http moved to .delete package
2016-08-22Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief4-0/+108
added