Skip to content

Use SRV records

Claire requested to merge ClearlyClaire/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 Claire

Merge request reports