blob: 0d01e98e65f255180c38c8f8573f60fb6a72e430 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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.
|