xmpp-parsers: Parse the ibr feature in StreamFeatures
This was surprisingly missing before.
This commit is contained in:
parent
d0062d9931
commit
58ed1592f0
2 changed files with 6 additions and 0 deletions
|
|
@ -47,6 +47,10 @@ pub struct StreamFeatures {
|
|||
#[xml(child(default))]
|
||||
pub stream_management: Option<crate::sm::StreamManagement>,
|
||||
|
||||
/// Stream management feature
|
||||
#[xml(flag(namespace = ns::REGISTER_FEATURE, name = "register"))]
|
||||
pub in_band_registration: bool,
|
||||
|
||||
/// Other stream features advertised
|
||||
///
|
||||
/// If some features you use end up here, you may want to contribute
|
||||
|
|
|
|||
Loading…
Reference in a new issue