A type-safe Rust XMPP library.
Find a file
Maxime “pep” Buquet 1f2d7aa99d minidom: Rework Prefixes internal structure
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>
2020-04-21 22:23:36 +02:00
jid-rs jid: 0.9.0 release 2020-02-15 02:27:26 +01:00
minidom-rs minidom: Rework Prefixes internal structure 2020-04-21 22:23:36 +02:00
tokio-xmpp tokio-xmpp: doc 2020-03-16 00:34:46 +01:00
xmpp-parsers parsers: update for minidom API changes 2020-04-21 22:23:36 +02:00
xmpp-rs xmpp-rs: add env_logger in example 2020-03-13 23:25:06 +01:00
.gitignore Hello world! 2019-03-21 18:43:27 +01:00
.gitlab-ci.yml CI: Remove build stage 2020-04-05 15:05:16 +02:00
Cargo.toml Create Cargo.toml workspace file. Add patch directives to override path 2019-10-19 17:57:43 +02:00
LICENSE Readd global LICENSE file 2020-02-25 22:13:34 +01:00