aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/xmpp/IqPacketParser.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-22Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief1-12/+20
added
2016-05-29FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief1-0/+43
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