diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/base/QXmppRegisterIq.cpp | 4 | ||||
| -rw-r--r-- | src/base/QXmppRegisterIq.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/base/QXmppRegisterIq.cpp b/src/base/QXmppRegisterIq.cpp index 9f1c35fd..825d89c9 100644 --- a/src/base/QXmppRegisterIq.cpp +++ b/src/base/QXmppRegisterIq.cpp @@ -171,6 +171,8 @@ void QXmppRegisterIq::setBitsOfBinaryData(const QXmppBitsOfBinaryDataList &bitsO } /// Returns the type of the action or registration state. +/// +/// \since QXmpp 1.2 QXmppRegisterIq::RegisterType QXmppRegisterIq::registerType() const { @@ -178,6 +180,8 @@ QXmppRegisterIq::RegisterType QXmppRegisterIq::registerType() const } /// Sets the type of the action or registration state. +/// +/// \since QXmpp 1.2 void QXmppRegisterIq::setRegisterType(const QXmppRegisterIq::RegisterType &type) { 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. |
