Rename AsyncClient to Client
This commit is contained in:
parent
311e7406f0
commit
0b58561003
10 changed files with 16 additions and 12 deletions
|
|
@ -13,7 +13,7 @@ use tokio_xmpp::parsers::{disco::DiscoInfoResult, message::MessageType};
|
|||
pub use tokio_xmpp::{
|
||||
jid::{BareJid, FullJid, Jid},
|
||||
minidom::Element,
|
||||
AsyncClient as TokioXmppClient,
|
||||
Client as TokioXmppClient,
|
||||
};
|
||||
|
||||
use crate::{event_loop, message, muc, upload, Error, Event, RoomNick};
|
||||
|
|
|
|||
Loading…
Reference in a new issue