xmpp: new Config struct for Agent, with bookmarks_autojoin for now

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-11-13 20:23:45 +01:00
commit 147b79ca52
6 changed files with 84 additions and 18 deletions

View file

@ -65,6 +65,7 @@ use parsers::message::Id as MessageId;
pub mod agent;
pub mod builder;
pub mod config;
pub mod delay;
pub mod disco;
pub mod event;
@ -79,6 +80,7 @@ pub mod upload;
pub use agent::Agent;
pub use builder::{ClientBuilder, ClientType};
pub use config::Config;
pub use event::Event;
pub use feature::ClientFeature;