Commit graph

33 commits

Author SHA1 Message Date
steckbrief
5e01215867 fixes Attempt to read a non-existent global 'xmlns' 2025-01-05 21:41:52 +01:00
trzcode
a8c88ebb37 implements xep-0363 v1.1.0 2024-07-22 21:19:08 +02:00
steckbrief
4dca5c1160 adds basic rsm 'https://xmpp.org/extensions/xep-0059.html' functionality for file-listing 2018-10-20 19:01:24 +02:00
steckbrief
cf3467ce1f adds support for requesting spec and implementation version of http-fileservice-module 2018-10-17 22:28:37 +02:00
steckbrief
35ad320c69 introduces support for 'urn:xmpp:filetransfer:http' and 'urn:xmpp:http:upload' in parallel 2018-10-06 16:10:03 +02:00
steckbrief
b89763652f moves version functionality into its own function 2018-10-06 10:52:25 +02:00
steckbrief
30afe3e279 Merge branch 'master' of ssh://repos.thedevstack.de/httpupload 2018-10-05 13:14:53 +02:00
steckbrief
82c3719e0d moves upload functionality into its own function 2018-10-05 13:13:04 +02:00
steckbrief
507d2fd564 added request for version of xmpp-fileservice-module 2018-02-24 00:20:33 +01:00
aaa63c4d17 fixed copy paste error 2018-01-29 12:06:27 +01:00
f9b6dfabdc possibility to set external url as https 2018-01-29 12:04:01 +01:00
steckbrief
16d3261f03 prosody-module: treat empty file url also as invalid;
treat status code 404 (not available) in case of deleting a file the same as 204 (deleted by this operation)
2017-05-27 20:34:06 +02:00
steckbrief
b317ffc7bf prosody-module: Only advertise 'filetransfer-manager-ui-url' if it is set 2017-05-06 14:15:18 +02:00
steckbrief
14753b0d57 prosody-module: Add functionality to delete a file based on a fileurl 2017-05-06 14:09:20 +02:00
steckbrief
1f318bcd00 Added functionality to list files transferred using urn:xmpp:filetransfer:http 2017-05-04 13:15:42 +02:00
steckbrief
bcfe8b2d97 Fixed error stanzas to clients to include additional information as intended 2017-05-03 09:45:19 +02:00
steckbrief
9cd578978f add additional disco info to advertise managing UI 2017-05-02 20:59:08 +02:00
steckbrief
471b217ceb improved error handling in prosody module 2017-05-02 20:55:42 +02:00
steckbrief
6691b27bd1 missing & added to reqbody in delete type 2016-08-22 17:04:46 +02:00
steckbrief
1b4c02e5ca exit module after sending error reply in case storage backend returned error code 403 2016-08-22 16:59:40 +02:00
steckbrief
59fe125714 exit module after sending error reply in case storage backend returned error code 500 2016-08-22 16:57:52 +02:00
steckbrief
6950c42925 Fixed string comparison from not equals to equals for slot_type check and added additional debug log message 2016-08-22 16:03:10 +02:00
steckbrief
15090fe1be fixed wrong reqbody for delete, added explicit slot_type also for upload request, variable misspelling corrected 2016-08-21 12:08:35 +02:00
steckbrief
ccf99fc8d0 Feature added: prosody module extended to request delete token 2016-08-20 21:42:50 +02:00
5467813174 read url and server_key from configuration 2016-01-13 10:52:45 +01:00
b72fb066c9 check for 403 (wrong xmpp_server_key) 2016-01-06 15:16:43 +01:00
c78c082127 use util.json from prosody 2016-01-06 14:17:25 +01:00
d81b585c0c corrected if-statements and some more copy-paste-errors 2016-01-05 13:02:31 +01:00
0c7ae98cf7 deleted old "lib" and corrected copy-paste-error 2016-01-05 12:53:44 +01:00
f95c256468 corrections to load module in prosody without errors 2016-01-05 00:02:52 +01:00
f33a183130 removed unused file size check 2016-01-04 23:53:38 +01:00
5eb8933845 correct indention 2016-01-04 23:50:04 +01:00
d399f6cdaf initial implementation of module for prosody, not tested yet 2016-01-04 23:48:03 +01:00