minidom: Make explicit the focus on XMPP

Maxime “pep” Buquet created

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>

Change summary

minidom-rs/CHANGELOG.md | 1 +
minidom-rs/Cargo.toml   | 2 +-
minidom-rs/README.md    | 3 ++-
3 files changed, 4 insertions(+), 2 deletions(-)

Detailed changes

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

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"
 

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?
 -------------------------