diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-01-04 21:53:41 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-01-04 21:53:41 +0100 |
commit | ce98933ee90b4e0e7ec1ce30cb02c9d04f023970 (patch) | |
tree | 30db7eb0d4cbee49080e364a4d24e5513af328c9 /README.md | |
parent | fbba3876b537e84699b854e098936a5cd4fe0c8b (diff) |
Updated Readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1 +1,11 @@ -# httpupload +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.
\ No newline at end of file |