| Type |
New Feature
|
| Priority |
Normal
|
| Assignee | |
| Version |
tigase-server-8.2.0
|
Issue Votes (0)
Watchers (0)
| Type |
New Feature
|
| Priority |
Normal
|
| Assignee | |
| Version |
tigase-server-8.2.0
|
Currently we have
dns-webservicemodule which exposes/.well-known/host-metaendpoint for XEP-0156. The problem is that because we can have context assigned to only single module the resulting URL is:dns-webservice/.well-known/host-metawhich won't work. One possibility would be to move dns-service to root context, but this would block other modules.The idea from the call: have additional module that would allow registration of the "well-known" providers and it would inject them to the root context.