On 3/13/19 12:55 PM, Ralph Meijer wrote:

On 13/03/2019 15.09, Travis Burtrum wrote:
On 3/13/19 3:40 AM, Philipp Hörist wrote:
Whats the use case for this XEP?
Until now i only needed DNS querys to connect to the XMPP Server, i see this XEP is not helping with that as it already needs an active connection to the XMPP Server.

Like DoH, where you hard-code an IP, port, path, and whether to query via POST or GET to bootstrap your first DNS queries, the same can be done here by hard-coding a IP, port, JID, password, and resolver JID.

The syntax I use for this in jDnsProxy is this:

xmpp://208.68.163.210:5222#[email protected]/resolver;pass=y0urPa55W0rDHere;[email protected]/listener

I haven't looked in-depth towards your proposal, but this is not
probably not a valid XMPP URI, or at least not how you think it is.
Oh it's certainly not a valid XMPP URI, just syntax I invented for my configuration format. I mainly meant to convey to use DoX to bootstrap DNS you'd need to hardcode:

1. a JID + password to log in with
2. server IP + port to log in to
3. resolver JID to send DNS queries to

Not very different from the things that are hard-coded to use DoH:

1. server IP + port
2. path
3. POST vs GET
_______________________________________________
Standards mailing list
Info: https://mail.jabber.org/mailman/listinfo/standards
Unsubscribe: [email protected]
_______________________________________________

Reply via email to