diff --git a/crates/proto-xmpp/src/muc/mod.rs b/crates/proto-xmpp/src/muc/mod.rs index 4a00ff9..0f54ee2 100644 --- a/crates/proto-xmpp/src/muc/mod.rs +++ b/crates/proto-xmpp/src/muc/mod.rs @@ -253,8 +253,8 @@ impl Role { #[derive(Debug, PartialEq, Eq)] pub struct Delay { - xmlns: String, - from: Jid, + pub xmlns: String, + pub from: Jid, pub stamp: String, }