summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp.h')
-rw-r--r--src/rexmpp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rexmpp.h b/src/rexmpp.h
index bd6f8cb..2f21fce 100644
--- a/src/rexmpp.h
+++ b/src/rexmpp.h
@@ -112,7 +112,9 @@ enum stream_st {
/** The server-to-client stream is closed. */
REXMPP_STREAM_CLOSED,
/** A stream error was detected in the server-to-client stream. */
- REXMPP_STREAM_ERROR
+ REXMPP_STREAM_ERROR,
+ /** A stream error that should be fixed by a reconnect. */
+ REXMPP_STREAM_ERROR_RECONNECT
};
/** @brief TLS state */