From 23a3a0ccfb4c5ef980a1ccfe9a075b6551be66e8 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Thu, 23 Aug 2018 16:21:42 -0500 Subject: Updates to update error messages --- errors/403-upload.html | 19 +++++++++++++++++++ errors/404-upload.html | 5 +++-- errors/index-upload.html | 19 +++++++++++++++++++ 3 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 errors/403-upload.html create mode 100644 errors/index-upload.html diff --git a/errors/403-upload.html b/errors/403-upload.html new file mode 100644 index 0000000..42fa6c5 --- /dev/null +++ b/errors/403-upload.html @@ -0,0 +1,19 @@ +--- +layout: error +sitemap: false +permalink: /assets/errors/403-upload.html +--- + +
+
+
+

+

Error: 403

+
+

Directory Listing Not Allowed

+
+

This domain ({{ site.xmpp-upload-url }}) is the frontend for the XMPP
HTTP_Upload service; running for the domain {{ site.xmpp-url }}.

+
+

You must have an XMPP Account on the {{ site.xmpp-url }} domain inorder to use this service. +

+
diff --git a/errors/404-upload.html b/errors/404-upload.html index 55432a9..74b4407 100644 --- a/errors/404-upload.html +++ b/errors/404-upload.html @@ -6,14 +6,15 @@ permalink: /assets/errors/404-upload.html
+

Error: 404


File not found!


Im sorry but the file you are looking for can not be found at this time.

-

The file may have expired before you tried to download it; files expire 180 days after they are uploaded.

+

The file may have expired{% if site.ejabberd-upload-days %}; files expire {{ site.ejabberd-upload-days }} days after they are uploaded{% endif %}.


-

Please see XEP-0363 for more information on XMPP HTTP_Upload service.

+

See XEP-0363 for more information on using the XMPP HTTP_Upload service.

diff --git a/errors/index-upload.html b/errors/index-upload.html new file mode 100644 index 0000000..d278fb7 --- /dev/null +++ b/errors/index-upload.html @@ -0,0 +1,19 @@ +--- +layout: error +sitemap: false +permalink: /assets/errors/index-upload.html +--- + +
+
+
+

+

Error: 403

+
+

Web Browsing is not permitted

+
+

This domain ({{ site.xmpp-upload-url }}) is the frontend for the XMPP
HTTP_Upload service; running for the domain {{ site.xmpp-url }}.

+
+

You must have an XMPP Account on the {{ site.xmpp-url }} domain inorder to use this service. +

+
-- cgit v1.2.3-59-ga6da