tokio-xmpp: Re-export jid structs, minidom::Element, and parsers module
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
a13f05037c
commit
96f6de787f
1 changed files with 5 additions and 0 deletions
|
@ -21,3 +21,8 @@ pub use crate::component::Component;
|
|||
mod error;
|
||||
pub use crate::error::{AuthError, ConnecterError, Error, ParseError, ProtocolError};
|
||||
pub use starttls::starttls;
|
||||
|
||||
// Re-exports
|
||||
pub use minidom::Element;
|
||||
pub use xmpp_parsers as parsers;
|
||||
pub use xmpp_parsers::{BareJid, FullJid, Jid, JidParseError};
|
||||
|
|
Loading…
Reference in a new issue