aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/xmpp/filetransfer/http/upload/SlotRequestPacket.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-31Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵steckbrief1-53/+0
minor bug fixes including to fail a JingleTransfer in case criterias are not met
2016-08-23xmpp.httpupload moved to new namespace xmpp.filetransfer.http.upload; delete ↵steckbrief1-1/+1
parts of xmpp.filetransfer.http moved to .delete package
2016-05-29FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief1-0/+53
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