message, presence, iq: Improve documentation.

This commit is contained in:
Emmanuel Gil Peyrot 2017-07-20 23:10:13 +01:00
commit 87af0f3615
4 changed files with 13 additions and 2 deletions

View file

@ -115,6 +115,7 @@ type Body = String;
type Subject = String;
type Thread = String;
/// The main structure representing the `<message/>` stanza.
#[derive(Debug, Clone)]
pub struct Message {
pub from: Option<Jid>,