xmpp-rs/tokio-xmpp
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Emmanuel Gil Peyrot c497967b1c xmpp-parsers: Reduce component handshake allocations
This function always appends to an existing string, so by passing it a
String directly we can avoid superfluous allocations.

Also tokio-xmpp was doing a bunch of &str to String for no reason around
there, let’s remove that too.
2025-02-10 17:06:15 +00:00
..
examples xmpp-parsers: Use xso for pubsub events 2025-01-27 15:07:59 +01:00
src xmpp-parsers: Reduce component handshake allocations 2025-02-10 17:06:15 +00:00
.gitignore Prepare for merge: Move all tokio-xmpp files into tokio-xmpp/ 2019-10-18 14:16:01 +02:00
Cargo.toml tokio-xmpp: Fix build on insecure-tcp 2025-02-10 15:40:53 +01:00
ChangeLog tokio-xmpp: Fix build on insecure-tcp 2025-02-10 15:40:53 +01:00
logo.svg Prepare for merge: Move all tokio-xmpp files into tokio-xmpp/ 2019-10-18 14:16:01 +02:00
README.md tokio-xmpp: remove obsolete TODOs 2020-03-16 00:11:52 +01:00

TODO

  • allow tls verify customization
  • more tests