Location of "upload", "vjud", and conference?

I'm looking to change the default name of my upload with mod_http_upload. However, the server seems to default back to using "upload" and I can't find out where it is getting this.

I've swapped my request handlers to look something like --
"ul" : mod_http_upload

and I've changed the put url in the mod to something like --
put_url: ul.@HOST@.domain.name:6443/my-upload-folder

The document root seems to be fine.

I'm just thinking that the original defaults, such as "conference", "vjud" and "upload" should be somewhere that I can edit them? I don' seem to be able to change these defaults. I've found a few spots in some of the .hrl files, but no luck so far.

thanks.

specifically, I found this in

specifically, I found this in my logs:
rom = #jid{user = <<>>,server = <<"upload.MY-DOMAIN-HERE">>,
resource = <<>>,luser = <<>>,
lserver = <<"upload.MY-DOMAIN-HERE">>,lresource = <<>>},
to = #jid{user = <<"MY-USERNAME">>,server = <<"MY-DOMAIN-HERE">>,

And the rest:
sub_els = [#upload_slot{get = <<"https://ul.MY-DOMAIN-HERE:6443/upload/6f9a97f747462ce5d5dfc295e02a3ef7d9618da2/VtWQlzmxK0JVaqdkhEC72AUoJPtIbcU6pyZ0vF62/knTZowZAQo2IKpWp0no-Ug.jpg">>,
put = <<"https://ul.MY-DOMAIN-HERE:6443/upload/6f9a97f747462ce5d5dfc295e02a3ef7d9618da2/VtWQlzmxK0JVaqdkhEC72AUoJPtIbcU6pyZ0vF62/knTZowZAQo2IKpWp0no-Ug.jpg">>,
xmlns = <<"urn:xmpp:http:upload">>}],

And finally, What is the

And finally,
What is the difference in these two request handlers?
request handlers:
"" : mod_http_upload

request handlers:
"upload" : mod_http_upload

I've seen both in the documentation, but no good explanation. is the string a key? I thought this was the "upload.MY-DOMAIN-NAME" perhaps, but after resetting the server, turns out it was not.

Is there a IRC/Usenet place where devs or admins hang out? I know I've seen a few on github, but it is harder to get a question there.

Syndicate content