From 3f55d48265edd996ed8d4d52300f299a8715b3a1 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Mon, 1 Feb 2010 17:38:28 +0000 Subject: documentation --- source/QXmppClient.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source') 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,///< the server is closing the active stream for this + ///< entity because a new stream has been initiated that conflicts with the existing stream. UnknownStreamError, }; -- cgit v1.2.3