xmpp-rs-mirror/tokio-xmpp
Astro 598ffdbecf tokio-xmpp: set resolve ip_strategy to Ipv4AndIpv6
The happy_eyeballs implementation should try to connect on both address
families. The default of Ipv4thenIpv6 wouldn't query for AAAA if it got
A.
2024-05-02 22:24:54 +02:00
..
examples
src tokio-xmpp: set resolve ip_strategy to Ipv4AndIpv6 2024-05-02 22:24:54 +02:00
.gitignore Prepare for merge: Move all tokio-xmpp files into tokio-xmpp/ 2019-10-18 14:16:01 +02:00
Cargo.toml Update rxml to 0.10.0 2024-03-16 17:39:55 +01:00
ChangeLog tokio-xmpp: bump to 3.5 2023-10-24 20:35:03 +02:00
logo.svg
README.md

TODO

  • allow tls verify customization
  • more tests