Add a message parser, along with a dependency on jid.
This commit is contained in:
parent
15634b6500
commit
5e7ad720c3
3 changed files with 241 additions and 37 deletions
|
|
@ -5,6 +5,7 @@ authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
|
|||
|
||||
[dependencies]
|
||||
minidom = "0.1.1"
|
||||
jid = "0.1.0"
|
||||
base64 = "0.4.1"
|
||||
sha2 = "0.5.0"
|
||||
sha3 = "0.5.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue