xmpp-parsers: Implement XEP-0388: Extensible SASL Profile
This commit is contained in:
parent
de2ba97f79
commit
3f61050944
6 changed files with 812 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue