aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep/0363_http_file_upload.vala
Commit message (Collapse)AuthorAgeFilesLines
* Small changes to "Add support for HTTP Upload headers"fiaxh2019-11-191-1/+5
|
* Add support for HTTP Upload headersWiktor Kwapisiewicz2019-11-191-0/+11
| | | | | | | | | | | Some services use Authorization header [0] to pass upload credential data. This avoids the token being exposed in server logs and is allowed by XEP-0363 since version 0.5.0. This change adds support for headers allowed in XEP-0363: Authorization, Expires and Cookie. [0]: https://xmpp.org/extensions/xep-0363.html#request
* Add incoming mediated invitation support (#162)fiaxh2019-08-221-1/+1
| | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
* Fix specified size for encrypted file uploadsfiaxh2019-08-211-1/+1
|
* Refactor file receive/send interfaces and UIfiaxh2019-07-181-5/+35
|
* Fix a couple of typos and double importshrxi2019-06-011-1/+0
|
* Restructure (http) file provider flow: Separate download&get_info, download ↵fiaxh2018-11-271-0/+160
in provider, move XmppStreamModule into xmpp-vala