more replacement with xmpp-parsers

This commit is contained in:
Astro 2018-08-02 01:01:41 +02:00
commit 0155e3fdac
4 changed files with 29 additions and 32 deletions

View file

@ -15,6 +15,7 @@ extern crate jid;
extern crate domain;
extern crate idna;
extern crate xmpp_parsers;
extern crate try_from;
pub mod xmpp_codec;
pub mod xmpp_stream;