diff --git a/parsers/src/presence.rs b/parsers/src/presence.rs index 31e60965501923fbb33ca51eaa72e8726458b474..6ea5a847ad21403485605975db5e6d73d494ee0c 100644 --- a/parsers/src/presence.rs +++ b/parsers/src/presence.rs @@ -147,7 +147,7 @@ impl IntoAttributeValue for Type { } /// The main structure representing the `` stanza. -#[derive(Debug, Clone)] +#[derive(Debug, Clone, PartialEq)] pub struct Presence { /// The sender of this presence. pub from: Option,