replace sha-1 with xmpp-parsers for component handshake
This commit is contained in:
parent
7baced0c3f
commit
2e746f89e2
3 changed files with 5 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue