tokio-xmpp: remove code duplicates for direct tls and starttls connectors

This commit is contained in:
Saarko 2025-07-16 09:26:18 +02:00
commit e3b167687f
5 changed files with 189 additions and 297 deletions

View file

@ -35,7 +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)
- Add new `direct-tls` connection method to the `Client`. (!585)
- 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