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
|
|
@ -43,6 +43,6 @@ mod error;
|
|||
pub use crate::error::{AuthError, Error, ParseError, ProtocolError};
|
||||
|
||||
// Re-exports
|
||||
pub use minidom::Element;
|
||||
pub use minidom;
|
||||
pub use xmpp_parsers as parsers;
|
||||
pub use xmpp_parsers::{BareJid, FullJid, Jid, JidParseError};
|
||||
pub use xmpp_parsers::jid;
|
||||
|
|
|
|||
Loading…
Reference in a new issue