Skip to content

Use SRV records

username-removed-1107843 requested to merge ThibG/xmpp-rs:domain into master

This change uses the “idna” and “domain” crates to resolve SRV records. While “domain” resolves asynchronously using tokio, Client::connect is still synchronous for now.

Edited by username-removed-1107843

Merge request reports