more replacement with xmpp-parsers

This commit is contained in:
Astro 2018-08-02 01:01:41 +02:00
commit 0155e3fdac
4 changed files with 29 additions and 32 deletions

View file

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