tokio-xmpp: Import Jid, BareJid and Element properly
xmpp-parsers has stopped reexporting them, instead it reexports only the crates themselves.
This commit is contained in:
parent
7b66de1166
commit
e9b226e1ae
21 changed files with 34 additions and 22 deletions
|
|
@ -6,7 +6,7 @@ use std::io::Error as IoError;
|
|||
use std::str::Utf8Error;
|
||||
|
||||
use xmpp_parsers::sasl::DefinedCondition as SaslDefinedCondition;
|
||||
use xmpp_parsers::{Error as ParsersError, JidParseError};
|
||||
use xmpp_parsers::{jid::Error as JidParseError, Error as ParsersError};
|
||||
|
||||
use crate::connect::ServerConnectorError;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue