summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0363
AgeCommit message (Collapse)Author
2022-07-16Revert "Make it clear that filename does *not* have to be path, and is ↵nicoco
mandatory" This reverts commit ed820bf55104be5cba8d42f94fa5c5ac2a165904.
2022-07-16Make it clear that filename does *not* have to be path, and is mandatorynicoco
2022-06-18XEP-0363: Fix upload service auto discovery for componentsNicolas Cedilnik
2022-03-19xep_0363: change filename to PathMaxime “pep” Buquet
This shouldn't break anything as I'm not using Path specific APIs Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-02-13XEP-0363: Types, docs, and new-style kwargsmathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2020-06-28XEP-363 fix: call callback when receiving the upload slot.cnngimenez
2020-05-12xep_0363: pass more information to FileTooBig exceptionMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-12xep_0363: Ensure every form in disco#info is readMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-11-20XEP-0363: Use a specific exception for HTTP errorsEmmanuel Gil Peyrot
2018-11-20catch http upload errors on uploadFlorian Klien
2018-10-27XEP-0030: Don’t call the timeout_callback on each domain which doesn’t ↵Emmanuel Gil Peyrot
reply to disco#info.
2018-10-27XEP-0363: Also check for disco#info’s feature instead of just the identity.Emmanuel Gil Peyrot
2018-10-27XEP-0363: Add a domain argument to discover an upload service on a specific ↵Emmanuel Gil Peyrot
domain.
2018-10-27fixing uncaught async exceptions due to missing awaitFlorian Klien
fixes uncaught exceptions in the event loop. passing timeout and timeout_callback through.
2018-07-01xep_0030: rename find_identities; return all domain infos and let caller ↵Maxime “pep” Buquet
filter itself Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-07-01Factor out fetching of identities in xep_0363 to xep_0030Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-07-01xep_0363: Remove unused parameters to find_upload_servicesMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-03-11xep_0363: Only send the basename() of the filename to the server.Emmanuel Gil Peyrot
2018-03-11xep_0363: Simplify Content-Type guessing.Emmanuel Gil Peyrot
2018-03-11xep_0363: Fix max_file_size variable name.Emmanuel Gil Peyrot
2018-03-08Simplify usage of HTTP File Upload plugin.Emmanuel Gil Peyrot
This makes it usable only on Python 3.5, as documented.
2018-03-08Add an HTTP File Upload plugin.Emmanuel Gil Peyrot