message: Merge body in this module, and make it support xml:lang.

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-06 21:38:23 +01:00
commit 4142107965
3 changed files with 53 additions and 117 deletions

View file

@ -37,9 +37,6 @@ 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;
/// XEP-0004: Data Forms
pub mod data_forms;