Move to edition 2018.

This commit is contained in:
Emmanuel Gil Peyrot 2018-12-18 18:29:31 +01:00
commit 24b2ff1851
10 changed files with 26 additions and 25 deletions

View file

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