Remove tokio_xmpp::SimpleClient

This commit is contained in:
xmppftw xmppftw 2024-08-05 15:33:23 +02:00
commit a3fbd77050
6 changed files with 3 additions and 186 deletions

View file

@ -35,7 +35,6 @@ pub mod xmpp_stream;
pub use client::{
async_client::{Client as AsyncClient, Config as AsyncConfig},
simple_client::Client as SimpleClient,
};
mod component;
pub use crate::component::Component;