starttls works
This commit is contained in:
parent
482bf77955
commit
a618acd6d6
6 changed files with 178 additions and 4 deletions
|
|
@ -4,12 +4,16 @@ extern crate tokio_core;
|
|||
extern crate tokio_io;
|
||||
extern crate bytes;
|
||||
extern crate xml;
|
||||
extern crate rustls;
|
||||
extern crate tokio_rustls;
|
||||
|
||||
|
||||
mod xmpp_codec;
|
||||
pub use xmpp_codec::*;
|
||||
mod tcp;
|
||||
pub use tcp::*;
|
||||
mod starttls;
|
||||
pub use starttls::*;
|
||||
|
||||
|
||||
// type FullClient = sasl::Client<StartTLS<TCPConnection>>
|
||||
|
|
|
|||
Loading…
Reference in a new issue