tokio-xmpp: rename OneshotClient to SimpleClient

This commit is contained in:
Astro 2020-05-30 00:03:17 +02:00
commit eb13634571
4 changed files with 4 additions and 4 deletions

View file

@ -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;