aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/client/iq.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stanza/src/client/iq.rs')
-rw-r--r--stanza/src/client/iq.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/stanza/src/client/iq.rs b/stanza/src/client/iq.rs
index 2e87636..5c39938 100644
--- a/stanza/src/client/iq.rs
+++ b/stanza/src/client/iq.rs
@@ -15,7 +15,7 @@ use crate::{
use super::XMLNS;
-#[derive(Debug)]
+#[derive(Debug, Clone)]
pub struct Iq {
pub from: Option<JID>,
pub id: String,