From c8538c18f5168c076c675c7d1d296b5414ea9553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Fri, 14 Feb 2020 22:54:52 +0100 Subject: [PATCH] minidom: Make explicit the focus on XMPP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- minidom-rs/CHANGELOG.md | 1 + minidom-rs/Cargo.toml | 2 +- minidom-rs/README.md | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/minidom-rs/CHANGELOG.md b/minidom-rs/CHANGELOG.md index 65649775..26544766 100644 --- a/minidom-rs/CHANGELOG.md +++ b/minidom-rs/CHANGELOG.md @@ -4,6 +4,7 @@ Version XXX, released YYY: * PartialEq implementation for Element and Node have been changed to ensure namespaces match even if the objects are slightly different. * Changes + * Explicitely focus on XMPP * Update edition to 2018 * Add NSChoice enum to allow comparing NSs differently * Fixes diff --git a/minidom-rs/Cargo.toml b/minidom-rs/Cargo.toml index ee233d86..262aca0f 100644 --- a/minidom-rs/Cargo.toml +++ b/minidom-rs/Cargo.toml @@ -13,7 +13,7 @@ homepage = "https://gitlab.com/xmpp-rs/xmpp-rs" repository = "https://gitlab.com/xmpp-rs/xmpp-rs" documentation = "https://docs.rs/minidom" readme = "README.md" -keywords = ["xml"] +keywords = ["xml", "xmpp"] license = "MIT" edition = "2018" diff --git a/minidom-rs/README.md b/minidom-rs/README.md index 93582491..93fd482a 100644 --- a/minidom-rs/README.md +++ b/minidom-rs/README.md @@ -4,7 +4,8 @@ minidom-rs What's this? ------------ -A minimal DOM library on top of quick-xml. +A minimal DOM library on top of quick-xml. targeting exclusively the subset of +XML useful for XMPP. What license is it under? -------------------------