aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppRegisterIq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppRegisterIq.h')
-rw-r--r--src/base/QXmppRegisterIq.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/base/QXmppRegisterIq.h b/src/base/QXmppRegisterIq.h
index 52b4ffba..4c041d4d 100644
--- a/src/base/QXmppRegisterIq.h
+++ b/src/base/QXmppRegisterIq.h
@@ -41,6 +41,10 @@ class QXmppRegisterIqPrivate;
class QXMPP_EXPORT QXmppRegisterIq : public QXmppIq
{
public:
+ /// Special type of the registration IQ.
+ ///
+ /// \since QXmpp 1.2
+
enum RegisterType {
None, ///< No special register IQ.
Registered, ///< Used by the service to indicate that an account is already registered.