Derive PartialEq for PubSub elements
This commit is contained in:
parent
80efd2eb19
commit
44029c90bb
2 changed files with 3 additions and 3 deletions
|
|
@ -122,7 +122,7 @@ generate_element!(
|
|||
/// Main payload used to communicate with a PubSubOwner service.
|
||||
///
|
||||
/// `<pubsub xmlns="http://jabber.org/protocol/pubsub#owner"/>`
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub enum PubSubOwner {
|
||||
/// Manage the affiliations of a node.
|
||||
Affiliations(Affiliations),
|
||||
|
|
|
|||
Loading…
Reference in a new issue