No description
Find a file
2025-01-04 22:10:45 +01:00
gajim-plugin/httpupload gajim-plugin: file info added to message 2017-05-27 20:34:06 +02:00
managing-ui managing-ui: initial commit 2017-05-27 20:34:06 +02:00
prosody-module/mod_http_upload_external implements xep-0363 v1.1.0 2024-07-22 21:19:08 +02:00
storage-backend add flag "escape backreferences" for rewrite 2025-01-04 22:10:45 +01:00
.gitignore adds .vscode to gitignore 2018-10-20 19:03:01 +02: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.