move stream_start out of places

This commit is contained in:
Astro 2017-07-19 01:02:45 +02:00
commit 7b7f2866fc
7 changed files with 46 additions and 125 deletions

View file

@ -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;