parsers: add starttls XSOs

This commit is contained in:
Jonas Schäfer 2024-08-10 12:19:30 +02:00
commit 54e1a98cde
3 changed files with 71 additions and 18 deletions

View file

@ -55,6 +55,8 @@ pub mod sasl;
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
pub mod stanza_error;
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
pub mod starttls;
/// 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;