use tokio-codec
This commit is contained in:
parent
53db39f0c8
commit
1a3707649e
5 changed files with 7 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ use std::mem::replace;
|
|||
use std::io::{Error, ErrorKind};
|
||||
use futures::{Future, Async, Poll, Stream, sink, Sink};
|
||||
use tokio_io::{AsyncRead, AsyncWrite};
|
||||
use tokio_io::codec::Framed;
|
||||
use tokio_codec::Framed;
|
||||
use jid::Jid;
|
||||
use minidom::Element;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue