xmpp-parsers: Implement XEP-0388: Extensible SASL Profile

This commit is contained in:
Emmanuel Gil Peyrot 2024-07-02 09:39:24 +02:00
commit 3f61050944
6 changed files with 812 additions and 1 deletions

View file

@ -24,7 +24,8 @@ chrono = { version = "0.4.5", default-features = false, features = ["std"] }
# same repository dependencies
jid = { version = "0.11", features = ["minidom"] }
minidom = { version = "0.16" }
xso = { version = "0.1", features = ["macros", "minidom", "panicking-into-impl", "jid", "base64"] }
xso = { version = "0.1", features = ["macros", "minidom", "panicking-into-impl", "jid", "uuid", "base64"] }
uuid = { version = "1.9.1", features = ["v4"] }
[features]
# Build xmpp-parsers to make components instead of clients.