xmpp-rs/tokio-xmpp/src/component
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
..
login.rs xmpp-parsers: Reduce component handshake allocations 2025-02-10 17:06:15 +00:00
mod.rs xmpp-parsers: Reduce component handshake allocations 2025-02-10 17:06:15 +00:00
stream.rs xmlstream: use Stanza for XmppStreamElement 2024-12-17 16:12:56 +01:00