Update to xmpp 0.6
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
ac67c52bee
commit
7b63e24168
3 changed files with 9 additions and 7 deletions
|
|
@ -17,9 +17,9 @@ use std::io::{Error as IoError, ErrorKind as IoErrorKind};
|
|||
use std::net::{IpAddr, Ipv6Addr, SocketAddr};
|
||||
|
||||
use camino::{Utf8Path, Utf8PathBuf};
|
||||
use jid::BareJid;
|
||||
use log::debug;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use xmpp::jid::BareJid;
|
||||
|
||||
use crate::error::Error;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue