xmpp-rs/tokio-xmpp/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Emmanuel Gil Peyrot 897c2abe0b tokio-xmpp: Refactor to provide channel-binding for ktls
Instead of having a second method to fetch channel-binding from the
TlsStream, do it directly in the connect() method, since after that we
don’t have enough information to fetch it any longer when using ktls.
2024-12-18 18:05:36 +00:00
..
client tokio-xmpp: Refactor to provide channel-binding for ktls 2024-12-18 18:05:36 +00:00
component tokio-xmpp: Refactor to provide channel-binding for ktls 2024-12-18 18:05:36 +00:00
connect tokio-xmpp: Refactor to provide channel-binding for ktls 2024-12-18 18:05:36 +00:00
stanzastream tokio_xmpp: implement high-level, resilient stanza stream 2024-12-17 18:16:02 +01:00
xmlstream tokio_xmpp: implement high-level, resilient stanza stream 2024-12-17 18:16:02 +01:00
error.rs Add tests for crate exports ; add structure to imports/exports 2024-12-18 18:03:18 +00:00
event.rs xmlstream: use Stanza for XmppStreamElement 2024-12-17 16:12:56 +01:00
lib.rs Add tests for crate exports ; add structure to imports/exports 2024-12-18 18:03:18 +00:00