aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/xmpp/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplifying introduction of new XEP implementations, implements FS#250 and ↵steckbrief2017-08-071-8/+8
| | | | FS#251 (Privacy and Security settings), refactoring of location of some interfaces
* Improved error handling for filetransfer:http:delete, Check for httpupload ↵steckbrief2017-01-111-13/+16
| | | | feature available extended to include filetransfer:http as well, method to check if http upload is available moved from data class 'Account' to 'AccountUtil'
* Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief2016-08-221-0/+44
added