tokio_xmpp: implement high-level, resilient stanza stream
This commit is contained in:
parent
56ce57ecde
commit
80f899daa0
14 changed files with 2943 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue