message, presence, iq: Improve documentation.
This commit is contained in:
parent
5df585ca40
commit
87af0f3615
4 changed files with 13 additions and 2 deletions
|
|
@ -190,6 +190,7 @@ impl<'a> IntoAttributeValue for &'a IqType {
|
|||
}
|
||||
}
|
||||
|
||||
/// The main structure representing the `<iq/>` stanza.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Iq {
|
||||
pub from: Option<Jid>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue