No description
Find a file
2017-05-06 14:15:18 +02:00
gajim-plugin/httpupload Send intended recipient with upload slot request 2017-05-04 13:16:22 +02:00
prosody-module/mod_http_upload_external prosody-module: Only advertise 'filetransfer-manager-ui-url' if it is set 2017-05-06 14:15:18 +02:00
storage-backend storage-backend: Add functionality to delete a file via an xmpp server; removed possibility to request a delete token and delete the file afterwards via xmpp client 2017-05-06 14:10:31 +02:00
.gitignore Added config.php to gitignore 2016-01-04 21:05:53 +01:00
README.md Updated Readme 2016-01-04 21:53:41 +01:00

httpupload

Implementation of the XMPP Extension Protocol (XEP) 0363 - HTTP Upload.

This implementation is divided into two parts:

  • The prosody-module implementing the XEP
  • The storage-backend implementing an external HTTP upload component to request "slots" for uploading files and serving these files

storage-backend

The storage backend is implemented in PHP and requires PHP >= 5.3.0.