update to sasl-rs 0.3.0, process error stanzas

This commit is contained in:
lumi 2017-03-07 18:19:09 +01:00
commit 9d59bd2f7e
9 changed files with 305 additions and 14 deletions

View file

@ -20,4 +20,7 @@ openssl = "0.9.7"
base64 = "0.4.0"
minidom = "0.1.0"
jid = "0.1.0"
sasl = "0.1.0"
sasl = "0.3.0"
[features]
insecure = []