-
The only issue here is the missing support for X-Forwarded-For as current implementation ignores that header and users Host header which may differ.
As for only returning BOSH, it is OK as for domain which you checked (hostname of EC2 instance) there are no TXT records and its name is resolved to the internal address and resolved back to an internal DNS name. It works just fine for domain names with TXT records.
Would it be possible to add proxy_set_header Host $host to NGINX config file? as I think that is the missing part which would solve the issue and not missing support for X-Forwarded-For.
Type |
New Feature
|
Priority |
Blocker
|
Assignee | |
RedmineID |
8577
|
Version |
tigase-server-8.1.0
|
Issue Votes (0)
Watchers (0)
We currently have DNS Webservice to provide information about alternative connection methods. There is a dedicated XEP for this use-case ( XEP-0156: Discovering Alternative XMPP Connection Methods ) and we should either adapt DNS webservice to it.