move stream_start out of places
This commit is contained in:
parent
35be5a4323
commit
7b7f2866fc
7 changed files with 46 additions and 125 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#[macro_use]
|
||||
extern crate futures;
|
||||
extern crate tokio_core;
|
||||
extern crate tokio_io;
|
||||
|
|
@ -16,8 +15,6 @@ extern crate domain;
|
|||
pub mod xmpp_codec;
|
||||
pub mod xmpp_stream;
|
||||
mod stream_start;
|
||||
mod tcp;
|
||||
pub use tcp::TcpClient;
|
||||
mod starttls;
|
||||
pub use starttls::StartTlsClient;
|
||||
mod happy_eyeballs;
|
||||
|
|
|
|||
Loading…
Reference in a new issue