Add a stanza error parser and serialiser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-01 01:24:45 +01:00
commit 2465885975
3 changed files with 279 additions and 0 deletions

View file

@ -32,6 +32,8 @@ pub mod message;
pub mod presence;
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
pub mod iq;
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
pub mod stanza_error;
/// RFC 6121: Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence
pub mod body;