From 5142174b98c4816328df6ab74a2d4d84d0da6bac Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 14 Sep 2015 01:13:07 +0200 Subject: [PATCH] mod_http_upload: Mention Django app in README.txt Mention the Django app written by Mathias Ertl as an example of a service that can be used together with mod_http_upload. --- mod_http_upload/README.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mod_http_upload/README.txt b/mod_http_upload/README.txt index deb702d..fee962e 100644 --- a/mod_http_upload/README.txt +++ b/mod_http_upload/README.txt @@ -116,7 +116,11 @@ The configurable mod_http_upload options are: If a 'service_url' is specified, HTTP upload slot requests are forwarded to this external service instead of being handled by mod_http_upload - itself. An HTTP GET query such as the following is issued whenever an + itself. Such a service is available as a Django app, for example: + + https://github.com/mathiasertl/django-xmpp-http-upload + + An HTTP GET query such as the following is issued whenever an HTTP upload slot request is accepted as per the 'access' rule: http://localhost:5444/?jid=juliet%40example.com&size=10240&name=example.jpg