summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-02-29 18:00:48 +0300
committerdefanor <defanor@uberspace.net>2020-02-29 18:00:48 +0300
commit60f39a3ae315cef94b47a18a9a51ba549051389c (patch)
treecb07b9b34165929ab44214b2534f4086d3351df4 /src/rexmpp.h
parent239248f77bb21139b158950a548ff84ada4b3bf1 (diff)
Check that the initial JID is non-NULL
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
};