Move to edition 2018.
This commit is contained in:
parent
7ba1b5604f
commit
24b2ff1851
10 changed files with 26 additions and 25 deletions
|
|
@ -5,9 +5,9 @@ use tokio_codec::Framed;
|
|||
use jid::Jid;
|
||||
use minidom::Element;
|
||||
|
||||
use xmpp_codec::{XMPPCodec, Packet};
|
||||
use xmpp_stream::XMPPStream;
|
||||
use {Error, ProtocolError};
|
||||
use crate::xmpp_codec::{XMPPCodec, Packet};
|
||||
use crate::xmpp_stream::XMPPStream;
|
||||
use crate::{Error, ProtocolError};
|
||||
|
||||
const NS_XMPP_STREAM: &str = "http://etherx.jabber.org/streams";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue