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