Commit graph

26 commits

Author SHA1 Message Date
Astro
14653c1396 minidom: never parse literal angle brackets as text or attribute value 2022-03-26 13:14:51 +01:00
Astro
ecd21eeee5 minidom: normalize_attribute_value 2022-03-26 13:14:51 +01:00
Astro
ab5852fc7e minidom: microoptimize tokenization with cows 2022-03-26 13:14:51 +01:00
Astro
1f2a760415 minidom: normalize newlines 2022-03-26 13:14:51 +01:00
Astro
04579bcde4 minidom: allow tokenizer to be used with a preexisting BytesMut 2022-03-26 13:14:51 +01:00
Astro
9340dfe4ab tokio-xmpp: use new minidom tokenizer 2022-03-26 13:14:50 +01:00
Astro
dd8096aa1e minidom: add more error reporting to tokenizer and tree_builder to fix tests 2022-03-26 13:13:54 +01:00
Astro
7310e120cd minidom: add tree_builder 2022-03-26 13:13:54 +01:00
Astro
931825931a minidom: implement Token::XmlDecl 2022-03-26 13:13:54 +01:00
Astro
46def7b3a0 token: use many0 combinator for StartTag parsing 2022-03-26 13:13:54 +01:00
Astro
eaff1d43b8 minidom: add prefix support to token 2022-03-26 13:13:54 +01:00
Astro
378dcf55c6 minidom: add tokenizer 2022-03-26 13:13:54 +01:00
281f1bd195 minidom: un-ignore doctest in lib.rs
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-22 17:12:54 +01:00
Emmanuel Gil Peyrot
07ff66d1cc minidom: Release 0.14.0 2022-03-07 12:08:12 +01:00
Bastien Orivel
56363714fb Update quick-xml to 0.22 and bump version 2021-12-28 16:04:12 +00:00
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
16292e1e6f
minidom: specify again that we handle XMPP primarily
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-11-14 14:32:19 +01:00
Emmanuel Gil Peyrot
4e914e5d3a minidom: Fix some issues reported by clippy 2021-10-11 16:17:09 +02:00
Jasper Hugo
ebf1091cf1 Handle identical namespaces of sibling elements correctly
Fixes #48
2021-10-11 06:34:14 +00:00
Paul Fariello
204b1f38eb Fix Element::ns() doc 2021-10-06 18:47:46 +02:00
Tobias Bieniek
1ef8b5428b CHANGELOG: Add missing line breaks
Without these line breaks the changelog is rendered incorrectly
2021-07-31 09:11:48 +00:00
Emmanuel Gil Peyrot
aaacb2ecf3 minidom: Release 0.13.0
0.12.1 is to be yanked, it contained breaking changes.
2021-01-13 11:46:05 +01:00
Emmanuel Gil Peyrot
e2cf83ab13 minidom: Release 0.12.1 2021-01-13 00:32:53 +01:00
Emmanuel Gil Peyrot
7d19101e6e Bump outdated dependencies in minidom and xmpp-parsers. 2020-11-13 19:01:16 +01:00
b85aa29377
Finish removing 'rs' suffix in libs
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-07-15 10:49:50 +02:00
Emmanuel Gil Peyrot
714d850e69 Remove the -rs suffix of jid, minidom and xmpp
We know those are Rust libraries, no need to add it to the path.  This
synchronises their directory with the crate name, hopefully reducing
confusion.
2020-06-22 02:17:32 +02:00