Publish the starttls helper function
Without it, it seems impossible to start TLS on an XMPPStream object, preventing any use of that object on its own (not wrapped into AsyncClient or somesuch).
This commit is contained in:
parent
014582461e
commit
3cbc7ffacd
1 changed files with 1 additions and 0 deletions
|
@ -17,3 +17,4 @@ mod component;
|
|||
pub use crate::component::Component;
|
||||
mod error;
|
||||
pub use crate::error::{AuthError, ConnecterError, Error, ParseError, ParserError, ProtocolError};
|
||||
pub use starttls::starttls;
|
||||
|
|
Loading…
Reference in a new issue