aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/xep_0060/owner.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stanza/src/xep_0060/owner.rs')
-rw-r--r--stanza/src/xep_0060/owner.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/stanza/src/xep_0060/owner.rs b/stanza/src/xep_0060/owner.rs
index 1fedc60..7cf4355 100644
--- a/stanza/src/xep_0060/owner.rs
+++ b/stanza/src/xep_0060/owner.rs
@@ -198,8 +198,8 @@ impl IntoElement for Default {
#[derive(Clone, Debug)]
pub struct Delete {
- node: String,
- redirect: Option<Redirect>,
+ pub node: String,
+ pub redirect: Option<Redirect>,
}
impl FromElement for Delete {