1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-07-03 11:50:35 +02:00
xmpp-rs/minidom
Emmanuel Gil Peyrot 7ddf5e5c33 minidom: Replace IPv4 test with IPv6
This makes the tests pass again on nightly, and avoids using legacy IP
while we have glorious IPv6 support everywhere nowadays.

See also https://github.com/rust-lang/rust/issues/90199
2021-12-01 18:21:34 +01:00
..
examples Remove the -rs suffix of jid, minidom and xmpp 2020-06-22 02:17:32 +02:00
src minidom: Replace IPv4 test with IPv6 2021-12-01 18:21:34 +01:00
Cargo.toml minidom: specify again that we handle XMPP primarily 2021-11-14 14:32:19 +01:00
CHANGELOG.md CHANGELOG: Add missing line breaks 2021-07-31 09:11:48 +00:00
LICENSE Remove the -rs suffix of jid, minidom and xmpp 2020-06-22 02:17:32 +02:00
README.md Finish removing 'rs' suffix in libs 2020-07-15 10:49:50 +02:00

minidom

What's this?

A minimal DOM library on top of quick-xml. targeting exclusively the subset of XML useful for XMPP.