forked from lavina/lavina
doc
This commit is contained in:
parent
77d159ec24
commit
9c1d5c9d93
|
@ -145,12 +145,13 @@ impl FromXml for X {
|
|||
}
|
||||
}
|
||||
|
||||
/// Information about an MUC member. May contain [MUC status codes](https://xmpp.org/registrar/mucstatus.html).
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub struct XUser {
|
||||
pub item: XUserItem,
|
||||
/// The receiver is the user referred to in the presence stanza.
|
||||
/// Code 110. The receiver is the user referred to in the presence stanza.
|
||||
pub self_presence: bool,
|
||||
/// The room from which the presence stanza was sent was just created.
|
||||
/// Code 201. The room from which the presence stanza was sent was just created.
|
||||
pub just_created: bool,
|
||||
}
|
||||
impl ToXml for XUser {
|
||||
|
|
Loading…
Reference in New Issue