From bc4c3ee94442c9b80993ce109d5070862dc9f170 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Tue, 11 Feb 2020 17:12:45 +0100 Subject: doc: Use XEP links everywhere --- src/base/QXmppStreamFeatures.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/base/QXmppStreamFeatures.h') 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 ®isterMode); /// \cond -- cgit v1.2.3