Query DNS to fetch endpoints providing XMPP service

This commit is contained in:
2025-06-04 19:33:41 +02:00
parent 53e142351b
commit 8b3eb46cdf
3 changed files with 706 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.98"
axum = "0.8.4"
hickory-client = "0.25.2"
regex = "1.11.1"
serde = { version = "1.0.219", features = ["derive"] }
tokio = { version = "1.45.1", features = ["io-util", "rt-multi-thread"] }