mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
A type-safe Rust XMPP library.
Maxime “pep” Buquet
1f2d7aa99d
Change the mapping in Prefixes to Prefix -> Namespace instead of Namespace -> Prefix. This allows us to not have duplicate prefixes anymore, but requires us to store the prefix on Element. This prefix is only taken as a hint anyway and used only when coming from the reader. This commits also partially removes the possibility to add prefixes when creating an Element via `Element::new`, `Element::builder` or `Element::bare`. Proper errors should be added in the following commits. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> |
||
---|---|---|
jid-rs | ||
minidom-rs | ||
tokio-xmpp | ||
xmpp-parsers | ||
xmpp-rs | ||
.gitignore | ||
.gitlab-ci.yml | ||
Cargo.toml | ||
LICENSE |