| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* Fix for ejabberd XMPP server 'infinity' http upload file size announce
- fixes https://github.com/dino/dino/issues/1222
* Update 0363_http_file_upload.vala
|
|
|
|
|
|
|
|
|
| |
* Reject non-TLS URLs in HTTP File Upload
This is a MUST in the XEP.
* Update 0363_http_file_upload.vala
Co-authored-by: fiaxh <fiaxh@users.noreply.github.com>
|
|
|
|
| |
returning non-const after_actions in OrderListener
|
| |
|
|
|
|
| |
request_info/items async, add caching has_entity_feature
|
|
|
|
|
| |
When a server returns multiple <x/> elements
in response to a discinfo query, this change
uses all of them instead of just the first one.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
| |
|
| |
|
| |
|
|
in provider, move XmppStreamModule into xmpp-vala
|