-
Hello, I get this error when I get the url, I don't know how debug this, do you have an idea ?
But the host for this XMPP server is redacted.lan and aliasing is managed by SRV records, so I tried to put default_domain option and ejabberd crash with this error 👍
|
Beta Was this translation helpful? Give feedback.
Answered by
badlop
Jun 18, 2025
Replies: 1 comment 4 replies
-
Explain what ejabberd version you installed, from what method, your ejabberd configuration file, and any other system setup that you consider may be relevant (in this case, your name aliasing). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Aha, here is the problem: option
default_host
for ejabberd_http was added years ago in commit 7d623d5. However it was problematic and the usage was removed in commit 83c291c. But the option itself and the documentation was not yet removed!I'm thinking in an alternative; instead of
default_host
in ejabberd_http, there could be ahosts_alias
toplevel option like:If you can try it, the experimental
hosts_alias
option is available in:I don't know if option
defau…