Implement function to get stream features
This commit is contained in:
parent
45c19690a8
commit
060088be29
3 changed files with 16 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ use xmpp_parsers::{ns, Element};
|
|||
///
|
||||
/// TODO: should this rather go into xmpp-parsers, kept in a decoded
|
||||
/// struct?
|
||||
#[derive(Debug)]
|
||||
pub struct StreamFeatures(pub Element);
|
||||
|
||||
impl StreamFeatures {
|
||||
|
|
|
|||
Loading…
Reference in a new issue