tokio_xmpp: implement IQ tracking
This commit is contained in:
parent
ef9d0a95ff
commit
8a4d548d9a
9 changed files with 399 additions and 32 deletions
|
|
@ -16,7 +16,7 @@ bytes = "1"
|
|||
futures = "0.3"
|
||||
log = "0.4"
|
||||
tokio = { version = "1", features = ["net", "rt", "rt-multi-thread", "macros"] }
|
||||
tokio-stream = { version = "0.1", features = [] }
|
||||
tokio-stream = { version = "0.1", features = ["sync"] }
|
||||
webpki-roots = { version = "0.26", optional = true }
|
||||
rustls-native-certs = { version = "0.7", optional = true }
|
||||
rxml = { version = "0.12.0", features = ["compact_str"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue