don’t use wildcard use
This commit is contained in:
parent
0ec0f3413e
commit
794a994720
10 changed files with 27 additions and 29 deletions
|
|
@ -1,12 +1,12 @@
|
|||
use std::collections::HashMap;
|
||||
use futures::*;
|
||||
use futures::{Poll, Stream, Sink, StartSend};
|
||||
use tokio_io::{AsyncRead, AsyncWrite};
|
||||
use tokio_io::codec::Framed;
|
||||
use minidom::Element;
|
||||
use jid::Jid;
|
||||
|
||||
use xmpp_codec::*;
|
||||
use stream_start::*;
|
||||
use xmpp_codec::XMPPCodec;
|
||||
use stream_start::StreamStart;
|
||||
|
||||
pub const NS_XMPP_STREAM: &str = "http://etherx.jabber.org/streams";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue