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

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