Make Client and Component more unified, and connectors too

This commit is contained in:
xmppftw xmppftw 2024-08-06 20:40:24 +02:00
commit 311e7406f0
11 changed files with 338 additions and 183 deletions

View file

@ -26,7 +26,7 @@ mod client;
pub mod connect;
pub mod proto;
pub use client::async_client::{Client as AsyncClient, Config as AsyncConfig};
pub use client::async_client::Client as AsyncClient;
mod component;
pub use crate::component::Component;
/// Detailed error types