tokio-xmpp: rename OneshotClient to SimpleClient
This commit is contained in:
parent
3e2b51f148
commit
eb13634571
4 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ use std::env::args;
|
|||
use std::process::exit;
|
||||
use std::str::FromStr;
|
||||
use tokio;
|
||||
use tokio_xmpp::OneshotClient as Client;
|
||||
use tokio_xmpp::SimpleClient as Client;
|
||||
use xmpp_parsers::message::{Body, Message};
|
||||
use xmpp_parsers::Jid;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue