diff options
Diffstat (limited to 'src/base/QXmppStreamFeatures.h')
| -rw-r--r-- | src/base/QXmppStreamFeatures.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/base/QXmppStreamFeatures.h b/src/base/QXmppStreamFeatures.h index 242f748c..20507364 100644 --- a/src/base/QXmppStreamFeatures.h +++ b/src/base/QXmppStreamFeatures.h @@ -65,6 +65,14 @@ public: /// \pa 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 + /// + /// \pa mode The mode to set. + void setClientStateIndicationMode(Mode mode); + /// \cond void parse(const QDomElement &element); void toXml(QXmlStreamWriter *writer) const; @@ -78,6 +86,7 @@ private: Mode m_nonSaslAuthMode; Mode m_tlsMode; Mode m_streamManagementMode; + Mode m_csiMode; QStringList m_authMechanisms; QStringList m_compressionMethods; }; |
