parsers: add stream error XSO
This commit is contained in:
parent
ce4b739026
commit
b39ad99ecd
3 changed files with 286 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ 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_error;
|
||||
/// 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue