tokio-xmpp: rename Client to AsyncClient
This commit is contained in:
parent
eb13634571
commit
537b4825a8
6 changed files with 298 additions and 294 deletions
|
|
@ -2,7 +2,7 @@ use futures::stream::StreamExt;
|
|||
use std::convert::TryFrom;
|
||||
use std::env::args;
|
||||
use std::process::exit;
|
||||
use tokio_xmpp::Client;
|
||||
use tokio_xmpp::AsyncClient as Client;
|
||||
use xmpp_parsers::{
|
||||
disco::{DiscoInfoQuery, DiscoInfoResult},
|
||||
iq::{Iq, IqType},
|
||||
|
|
|
|||
Loading…
Reference in a new issue