xmpp-rs-mirror/xmpp
Emmanuel Gil Peyrot 1bab5c3cd9 Remove redundant imports
These became warnings in a recent nightly.

The TryFrom/TryInto imports were missed in
4089891f6c, but the rest are truly
redundant.
2024-02-27 22:57:18 +01:00
..
examples Remove redundant imports 2024-02-27 22:57:18 +01:00
src xmpp: Rename ClientBuilder::new_with_server to new_with_connector 2024-02-06 01:14:50 +01:00
Cargo.toml DNS/TLS deps are now optional, component now also uses ServerConnector 2024-01-01 02:09:41 -05:00
ChangeLog
LICENSE
README.md

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.