aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/client/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stanza/src/client/mod.rs')
-rw-r--r--stanza/src/client/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/stanza/src/client/mod.rs b/stanza/src/client/mod.rs
index 1f36dc3..3e690a7 100644
--- a/stanza/src/client/mod.rs
+++ b/stanza/src/client/mod.rs
@@ -16,7 +16,7 @@ pub mod presence;
pub const XMLNS: &str = "jabber:client";
/// TODO: End tag
-#[derive(Debug)]
+#[derive(Debug, Clone)]
pub enum Stanza {
Message(Message),
Presence(Presence),