prose-im / prose-app-web

Prose Web application. XMPP client for team messaging.
https://prose.org/downloads
Mozilla Public License 2.0
25 stars 2 forks source link

Support host-meta.json #121

Closed raucao closed 4 months ago

raucao commented 4 months ago

We only offer the JSON/JRD URL for our XMPP service, which is easier to parse from TypeScript/JavaScript anyway. The format is specified in the same RFC as the XML version. This means the web app currently doesn't work for our accounts.

Would be good to support the JRD endpoint, either in addition to the XML endpoint, or in place of it.

Example: https://kosmos.org/.well-known/host-meta.json

valeriansaliou commented 4 months ago

Thank you for the report, secondary support for JRD host-meta files has been added in df5fdc88214a731dce418ceb722f811520bc885f

Let me know if that works for you.