TODO
This commit is contained in:
parent
3c952e47d1
commit
32031a239e
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ impl Client {
|
|||
}
|
||||
|
||||
fn make_connect(jid: Jid, password: String, handle: &Handle) -> Box<Future<Item=XMPPStream, Error=String>> {
|
||||
// TODO: implement proper DNS SRV lookup
|
||||
use std::net::ToSocketAddrs;
|
||||
let addr = "89.238.79.220:5222"
|
||||
.to_socket_addrs().unwrap()
|
||||
|
|
Loading…
Reference in a new issue