aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/xmpp/httpupload/SlotPacketParser.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* xmpp.httpupload moved to new namespace xmpp.filetransfer.http.upload; delete ↵steckbrief2016-08-231-30/+0
| | | | parts of xmpp.filetransfer.http moved to .delete package
* Improved error handling for httpuploadsteckbrief2016-08-221-4/+7
|
* FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief2016-05-291-0/+27
separated, some bugfixes - HttpUpload moved into own package - FileTransfer managed by a central manager class, several FileTransferService implementation can be used - Security initializations moved to ConversationsPlusApplication - Access to PowerManager moved to ConversationsPlusApplication - Removed unused code fragments - Access to HttpConnectionManager is now static