replace parts of client::auth with xmpp-parsers

This commit is contained in:
Astro 2018-08-02 18:12:41 +02:00
commit 2a17ffc624
3 changed files with 21 additions and 34 deletions

View file

@ -10,7 +10,6 @@ extern crate minidom;
extern crate native_tls;
extern crate tokio_tls;
extern crate sasl;
extern crate rustc_serialize as serialize;
extern crate jid;
extern crate domain;
extern crate idna;