add xmpp-parsers dependency, and use it in the stanza plugin

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-23 23:45:05 +01:00
commit 9488c6fe12
3 changed files with 18 additions and 61 deletions

View file

@ -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"