Support <stream:features> in parsers
This commit is contained in:
parent
cf617e4d7e
commit
5110d5fa96
3 changed files with 174 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ pub mod sasl;
|
|||
pub mod stanza_error;
|
||||
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
|
||||
pub mod stream;
|
||||
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
|
||||
pub mod stream_features;
|
||||
|
||||
/// RFC 6121: Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence
|
||||
pub mod roster;
|
||||
|
|
|
|||
Loading…
Reference in a new issue