modules_enabled like other modules according to the prosody website. Eventually this does result to the default ports being open 5280 and 5281, but when using a client like profanity this "XEP-0363 HTTP File Upload is not supported by the server " still pops up when trying to send a file. Hi,
implementing mod_http_ upload should be as easy as adding it tomodules_enabledlike other modules according to the prosody website. Eventually this does result to the default ports being open 5280 and 5281, but when using a client like profanity this "XEP-0363 HTTP File Upload is not supported by the server " still pops up when trying to send a file.
Is there a way to debug whether the mod_http_upload has been enable properly?
Using telnet to connect to the server and port number results in a successful connection. Is there another setting that I am forgetting, like actually running apache or anything on the server?
regards
--
You received this message because you are subscribed to the Google Groups "Prosody IM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prosody-user...@googlegroups.com.
To post to this group, send email to prosod...@googlegroups.com.
Visit this group at https://groups.google.com/group/prosody-users.
For more options, visit https://groups.google.com/d/optout.
If you want to make the upload available via http
Hi,
On Fri, Nov 17, 2017 at 07:45:43AM -0800, s.be...@student.vu.nl wrote:
> Component "upload.myserver.org" "http_upload"
> http_external_url = "https://upload.myserver.org"
The `http_external_url` option is for when you have a proxying HTTP
server in front of Prosody. Do you?
On 17 Nov 2017 22:45, <s.be...@student.vu.nl> wrote:
> But what is causing this url to work: http://xmpp.mydomain.org:5280 and showing the 404 page? What would cause the following not to work: http://upload.mydomain.org:5280
What do you get at the second URL? A 404 page? Prosody's 404 page or your httpd's?
Regards,
Matthew