xmpp-rs/xmpp
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonas Schäfer 4e9e18444c Avoid enabling multiple rustls backends by accident
For this, we had to:

- Make the choice(s) of backend explicit in tokio-xmpp features
- Avoid picking a backend through transitive dependencies in xmpp
  (reqwest->hyper->rustls).

In addition, we choose the default rustls backend by default and adapt
the examples so that they can cope with either situation.
2025-05-10 11:39:21 +02:00
..
examples Avoid enabling multiple rustls backends by accident 2025-05-10 11:39:21 +02:00
src xmpp::muc::room: reverse check for rooms_joined 2025-04-27 16:28:02 +02:00
Cargo.toml Avoid enabling multiple rustls backends by accident 2025-05-10 11:39:21 +02:00
ChangeLog Avoid enabling multiple rustls backends by accident 2025-05-10 11:39:21 +02:00
LICENSE Remove the -rs suffix of jid, minidom and xmpp 2020-06-22 02:17:32 +02:00
README.md Finish removing 'rs' suffix in libs 2020-07-15 10:49:50 +02:00

xmpp

What's this?

A very much WIP rust XMPP library with the goals of being type-safe and well-tested.

Contact

There is an XMPP MUC for the discussion of this library, feel free to join! :)

chat@xmpp.rs

License

Mozilla Public License 2 (MPL2). See the LICENSE file.