aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-02-01 17:38:28 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-02-01 17:38:28 +0000
commit3f55d48265edd996ed8d4d52300f299a8715b3a1 (patch)
treea067fbb2f9c71849b5cc63dab60171b61c3d22a5 /source
parenta983c48699f302d677d8608d6303e4ba948203a7 (diff)
downloadqxmpp-3f55d48265edd996ed8d4d52300f299a8715b3a1.tar.gz
documentation
Diffstat (limited to 'source')
-rw-r--r--source/QXmppClient.h6
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,
};