parsers: Add support for XEP-0335: JSON Containers
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
ab7e6de3e1
commit
a1247a0e3c
6 changed files with 79 additions and 1 deletions
|
|
@ -25,8 +25,9 @@ log = { version = "0.4", optional = true }
|
|||
# same repository dependencies
|
||||
jid = { version = "0.12", path = "../jid", features = ["minidom"] }
|
||||
minidom = { version = "0.16", path = "../minidom" }
|
||||
xso = { version = "0.1", path = "../xso", features = ["macros", "minidom", "panicking-into-impl", "jid", "uuid", "base64"] }
|
||||
xso = { version = "0.1", path = "../xso", features = ["macros", "minidom", "panicking-into-impl", "jid", "uuid", "base64", "serde_json"] }
|
||||
uuid = { version = "1.9.1", features = ["v4"] }
|
||||
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
|
||||
|
||||
[features]
|
||||
# Build xmpp-parsers to make components instead of clients.
|
||||
|
|
|
|||
Loading…
Reference in a new issue