aboutsummaryrefslogtreecommitdiffstats
path: root/jabber/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'jabber/src/error.rs')
-rw-r--r--jabber/src/error.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/jabber/src/error.rs b/jabber/src/error.rs
index aad033c..6671fe6 100644
--- a/jabber/src/error.rs
+++ b/jabber/src/error.rs
@@ -16,6 +16,7 @@ pub enum Error {
Unsupported,
NoLocalpart,
AlreadyConnecting,
+ StreamClosed,
UnexpectedElement(peanuts::Element),
XML(peanuts::Error),
Deserialization(peanuts::DeserializeError),