parsers: add starttls XSOs
This commit is contained in:
parent
3c78310272
commit
54e1a98cde
3 changed files with 71 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue