diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/QXmppClient.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 48893550..02564250 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -75,10 +75,12 @@ public: XmppStanzaError ///< Error due to stanza }; - // An enumeration for the type of XMPP stream error. + /// An enumeration for the type of XMPP stream error. + /// http://xmpp.org/rfcs/rfc3920.html#streams-error enum StreamError { - ConflictStreamError, + ConflictStreamError,///< <conflict/> the server is closing the active stream for this + ///< entity because a new stream has been initiated that conflicts with the existing stream. UnknownStreamError, }; |
