more replacement with xmpp-parsers
This commit is contained in:
parent
71e2b1c84f
commit
0155e3fdac
4 changed files with 29 additions and 32 deletions
|
|
@ -1,7 +1,6 @@
|
|||
use std::mem::replace;
|
||||
use futures::{Future, Poll, Async, sink, Sink, Stream};
|
||||
use futures::{Future, Poll, Async, sink, Stream};
|
||||
use tokio_io::{AsyncRead, AsyncWrite};
|
||||
use minidom::Element;
|
||||
use xmpp_parsers::component::Handshake;
|
||||
|
||||
use xmpp_codec::Packet;
|
||||
|
|
|
|||
Loading…
Reference in a new issue