summaryrefslogtreecommitdiffstats
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs
index a912840..8aa98ae 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -25,6 +25,7 @@ pub enum JabberError {
ParseError,
UnexpectedEnd,
UnexpectedElement,
+ UnexpectedText,
XML(quick_xml::Error),
SASL(SASLError),
Element(ElementError<'static>),