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
|
|
@ -1,7 +1,8 @@
|
|||
//! Contains wrapper for `<stream:features/>`
|
||||
|
||||
use crate::error::AuthError;
|
||||
use xmpp_parsers::{ns, Element};
|
||||
use minidom::Element;
|
||||
use xmpp_parsers::ns;
|
||||
|
||||
/// Wraps `<stream:features/>`, usually the very first nonza of an
|
||||
/// XMPPStream.
|
||||
|
|
|
|||
Loading…
Reference in a new issue