diff options
Diffstat (limited to 'src/base/QXmppStreamFeatures.h')
| -rw-r--r-- | src/base/QXmppStreamFeatures.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/base/QXmppStreamFeatures.h b/src/base/QXmppStreamFeatures.h index 5a697b83..09ca7538 100644 --- a/src/base/QXmppStreamFeatures.h +++ b/src/base/QXmppStreamFeatures.h @@ -74,11 +74,15 @@ public: void setClientStateIndicationMode(Mode mode); /// Returns the mode for XEP-0077: In-Band Registration + /// + /// \since QXmpp 1.1 Mode registerMode() const; /// Sets the mode for XEP-0077: In-Band Registration /// /// \pa mode The mode to set. + /// + /// \since QXmpp 1.1 void setRegisterMode(const Mode ®isterMode); /// \cond |
