aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStreamFeatures.h
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-02-11 17:12:45 +0100
committerLinus Jahn <lnj@kaidan.im>2020-02-11 17:12:45 +0100
commitbc4c3ee94442c9b80993ce109d5070862dc9f170 (patch)
treeb782a135e84dfcbeb33254df8a33bf7fe53fb786 /src/base/QXmppStreamFeatures.h
parent776f028d9f3f51e9dbba834a01d1decd737c4a27 (diff)
downloadqxmpp-bc4c3ee94442c9b80993ce109d5070862dc9f170.tar.gz
doc: Use XEP links everywhere
Diffstat (limited to 'src/base/QXmppStreamFeatures.h')
-rw-r--r--src/base/QXmppStreamFeatures.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/base/QXmppStreamFeatures.h b/src/base/QXmppStreamFeatures.h
index 4db30f77..6a56af49 100644
--- a/src/base/QXmppStreamFeatures.h
+++ b/src/base/QXmppStreamFeatures.h
@@ -67,33 +67,13 @@ public:
Mode tlsMode() const;
void setTlsMode(Mode mode);
- /// Returns the mode (disabled, enabled or required) for XEP-0198: Stream
- /// Management
Mode streamManagementMode() const;
-
- /// Sets the mode for XEP-0198: Stream Management
- ///
- /// \param mode The mode to set.
void setStreamManagementMode(Mode mode);
- /// Returns the mode for XEP-0352: Client State Indication
Mode clientStateIndicationMode() const;
-
- /// Sets the mode for XEP-0352: Client State Indication
- ///
- /// \param mode The mode to set.
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
- ///
- /// \param mode The mode to set.
- ///
- /// \since QXmpp 1.1
void setRegisterMode(const Mode &registerMode);
/// \cond