tokio-xmpp: Automatically add id on send if not present
Based on Yuka's work in !149, but moved into tokio-xmpp instead of xmpp-rs Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
267ff2e817
commit
70cba2279e
2 changed files with 12 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ xmpp-parsers = "0.19"
|
|||
minidom = "0.15"
|
||||
rxml = "^0.8.0"
|
||||
webpki-roots = { version = "0.22", optional = true }
|
||||
rand = "^0.8"
|
||||
|
||||
[build-dependencies]
|
||||
rustc_version = "0.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue