Move to edition 2018.
This commit is contained in:
parent
7ba1b5604f
commit
24b2ff1851
10 changed files with 26 additions and 25 deletions
|
|
@ -8,9 +8,9 @@ use native_tls::TlsConnector as NativeTlsConnector;
|
|||
use minidom::Element;
|
||||
use jid::Jid;
|
||||
|
||||
use xmpp_codec::Packet;
|
||||
use xmpp_stream::XMPPStream;
|
||||
use Error;
|
||||
use crate::xmpp_codec::Packet;
|
||||
use crate::xmpp_stream::XMPPStream;
|
||||
use crate::Error;
|
||||
|
||||
/// XMPP TLS XML namespace
|
||||
pub const NS_XMPP_TLS: &str = "urn:ietf:params:xml:ns:xmpp-tls";
|
||||
|
|
|
|||
Loading…
Reference in a new issue