Support <stream:features> in parsers

This commit is contained in:
xmppftw xmppftw 2024-07-31 21:22:04 +02:00 committed by Link Mauve
commit 5110d5fa96
3 changed files with 174 additions and 0 deletions

View file

@ -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;