tokio_xmpp: implement high-level, resilient stanza stream

This commit is contained in:
Jonas Schäfer 2024-09-02 17:26:01 +02:00
commit 80f899daa0
14 changed files with 2943 additions and 8 deletions

View file

@ -43,6 +43,10 @@ pub struct StreamFeatures {
#[xml(child(default))]
pub sasl_cb: Option<SaslChannelBinding>,
/// Stream management feature
#[xml(child(default))]
pub stream_management: Option<crate::sm::StreamManagement>,
/// Other stream features advertised
///
/// If some features you use end up here, you may want to contribute