aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/xmpp/filetransfer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added columns to fileparams table: url, original file name, key and ivtrz/beta-5steckbrief2017-01-041-1/+1
| | | | | auto download of files moved from MessageParser to MessageAdapter download and open file representation cleaned up
* Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-10-206-12/+15
|
* xmpp.httpupload moved to new namespace xmpp.filetransfer.http.upload; delete ↵steckbrief2016-08-238-3/+165
| | | | parts of xmpp.filetransfer.http moved to .delete package
* Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief2016-08-224-0/+108
added