summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0363
AgeCommit message (Expand)Author
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
2020-05-12xep_0363: Ensure every form in disco#info is readMaxime “pep” Buquet
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 re...Emmanuel Gil Peyrot
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 d...Emmanuel Gil Peyrot
2018-10-27fixing uncaught async exceptions due to missing awaitFlorian Klien
2018-07-01xep_0030: rename find_identities; return all domain infos and let caller filt...Maxime “pep” Buquet
2018-07-01Factor out fetching of identities in xep_0363 to xep_0030Maxime “pep” Buquet
2018-07-01xep_0363: Remove unused parameters to find_upload_servicesMaxime “pep” Buquet
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
2018-03-08Add an HTTP File Upload plugin.Emmanuel Gil Peyrot