summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0363/http_upload.py
AgeCommit message (Collapse)Author
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