xmpp: new Config struct for Agent, with bookmarks_autojoin for now
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
77acd92c62
commit
147b79ca52
6 changed files with 84 additions and 18 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue