add xmpp-parsers dependency, and use it in the stanza plugin
This commit is contained in:
parent
2826f6624c
commit
9488c6fe12
3 changed files with 18 additions and 61 deletions
|
|
@ -16,6 +16,7 @@ gitlab = { repository = "lumi/xmpp-rs" }
|
|||
|
||||
[dependencies]
|
||||
xml-rs = "0.4.1"
|
||||
xmpp-parsers = "0.3.0"
|
||||
openssl = "0.9.12"
|
||||
base64 = "0.5.2"
|
||||
minidom = "0.4.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue