tokio-xmpp: impl PartialEq on event::Stanza

skip-changelog: Stanza hasn't been in a release yet.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2025-08-12 15:30:08 +02:00
commit 653a10b170
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2

View file

@ -21,7 +21,7 @@ pub(crate) fn make_id() -> String {
}
/// A stanza sent/received over the stream.
#[derive(FromXml, AsXml, Debug)]
#[derive(FromXml, AsXml, Debug, PartialEq)]
#[xml()]
pub enum Stanza {
/// IQ stanza