Add a stanza error parser and serialiser.
This commit is contained in:
parent
e03a5a89e7
commit
2465885975
3 changed files with 279 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue