client: use idna

This commit is contained in:
Astro 2017-07-21 00:39:29 +02:00
commit dc5ddc73f6
3 changed files with 16 additions and 5 deletions

View file

@ -11,6 +11,7 @@ extern crate sasl;
extern crate rustc_serialize as serialize;
extern crate jid;
extern crate domain;
extern crate idna;
pub mod xmpp_codec;
pub mod xmpp_stream;