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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/stanza/src/client/mod.rs b/stanza/src/client/mod.rs
index 2b063d6..e9c336e 100644
--- a/stanza/src/client/mod.rs
+++ b/stanza/src/client/mod.rs
@@ -15,6 +15,7 @@ pub mod presence;
pub const XMLNS: &str = "jabber:client";
+#[derive(Debug)]
pub enum Stanza {
Message(Message),
Presence(Presence),