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
|
|
@ -1,6 +1,8 @@
|
|||
#![feature(raw)]
|
||||
#![feature(try_from)]
|
||||
|
||||
extern crate xml;
|
||||
extern crate xmpp_parsers;
|
||||
extern crate openssl;
|
||||
extern crate minidom;
|
||||
extern crate base64;
|
||||
|
|
|
|||
Loading…
Reference in a new issue