hannesm / jackline

minimalistic secure XMPP client in OCaml
BSD 2-Clause "Simplified" License
251 stars 20 forks source link

service lookup #10

Open hannesm opened 9 years ago

hannesm commented 9 years ago

in rfc6120 https://tools.ietf.org/html/rfc6120#section-3.2 - first do a DNS SRV lookup, then fallback to A/AAAA records (do an A lookup if the user provided a hostname explicitly!)

hannesm commented 9 years ago

this is actually not fixed, since there is no common unix way to do. maybe use ocaml-dns then?