aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/client/presence.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stanza/src/client/presence.rs')
-rw-r--r--stanza/src/client/presence.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/stanza/src/client/presence.rs b/stanza/src/client/presence.rs
index ff7ba24..1603ace 100644
--- a/stanza/src/client/presence.rs
+++ b/stanza/src/client/presence.rs
@@ -8,7 +8,7 @@ use peanuts::{
use super::{error::Error, XMLNS};
-#[derive(Debug)]
+#[derive(Debug, Clone)]
pub struct Presence {
pub from: Option<JID>,
pub id: Option<String>,