1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-07-01 19:08:42 +02:00
xmpp-rs/tokio-xmpp
Emmanuel Gil Peyrot eb628704c0 minidom: Bump rxml
This was causing a memory corruption on closing tags for elements with a
name longer than 24 bytes.  I haven’t investigated why smartstring < 1
had this bug, but it got fixed in 1.0.0 so let’s use that.
2023-04-03 11:28:41 +02:00
..
examples tokio-xmpp: rustfmt 2020-05-30 00:45:22 +02:00
src tokio-xmpp: Automatically add id on send if not present 2022-09-16 18:06:51 +00:00
.gitignore
build.rs tokio-xmpp: add build script to work around build fail on rustc 1.48 2020-12-25 02:05:02 +01:00
Cargo.toml minidom: Bump rxml 2023-04-03 11:28:41 +02:00
logo.svg
README.md tokio-xmpp: remove obsolete TODOs 2020-03-16 00:11:52 +01:00

TODO

  • allow tls verify customization
  • more tests