summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp.h')
-rw-r--r--src/rexmpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rexmpp.h b/src/rexmpp.h
index 662d540..8c006e9 100644
--- a/src/rexmpp.h
+++ b/src/rexmpp.h
@@ -129,6 +129,8 @@ enum rexmpp_err {
REXMPP_E_DNS,
/** XML-related error. */
REXMPP_E_XML,
+ /** JID-related error. */
+ REXMPP_E_JID,
/** Failure to allocate memory. */
REXMPP_E_MALLOC
};