tokio-xmpp/client: add directTLS connection method

This commit is contained in:
Saarko 2025-05-30 14:05:28 +02:00
commit c674c14597
6 changed files with 266 additions and 5 deletions

View file

@ -35,6 +35,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
Please refer to the crate docs for details. (!581)
* Added:
- Add new directTLS connection method to the `Client`. (Placeholder for PR number)
- Support for sending IQ requests while tracking their responses in a
Future.
- `rustls` is now re-exported if it is enabled, to allow applications to