implement SRV lookup
This commit is contained in:
parent
7f667041d9
commit
e2c6a6ed37
5 changed files with 125 additions and 28 deletions
|
|
@ -5,7 +5,7 @@ authors = ["Astro <astro@spaceboyz.net>"]
|
|||
|
||||
[dependencies]
|
||||
futures = "*"
|
||||
tokio-core = "*"
|
||||
tokio-core = "0.1.7"
|
||||
tokio-io = "*"
|
||||
bytes = "*"
|
||||
RustyXML = "*"
|
||||
|
|
@ -14,3 +14,4 @@ tokio-tls = "*"
|
|||
sasl = "*"
|
||||
rustc-serialize = "*"
|
||||
jid = "*"
|
||||
domain = "0.2.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue