replace sha-1 with xmpp-parsers for component handshake

This commit is contained in:
Emmanuel Gil Peyrot 2018-08-01 01:07:10 +02:00
commit 2e746f89e2
3 changed files with 5 additions and 12 deletions

View file

@ -14,7 +14,7 @@ extern crate rustc_serialize as serialize;
extern crate jid;
extern crate domain;
extern crate idna;
extern crate sha1;
extern crate xmpp_parsers;
pub mod xmpp_codec;
pub mod xmpp_stream;