aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppPresence.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppPresence.h')
-rw-r--r--src/base/QXmppPresence.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/base/QXmppPresence.h b/src/base/QXmppPresence.h
index c7e663e6..1029ce5c 100644
--- a/src/base/QXmppPresence.h
+++ b/src/base/QXmppPresence.h
@@ -142,9 +142,15 @@ public:
QXmppMucItem mucItem() const;
void setMucItem(const QXmppMucItem &item);
+ QString mucPassword() const;
+ void setMucPassword(const QString &password);
+
QList<int> mucStatusCodes() const;
void setMucStatusCodes(const QList<int> &codes);
+ bool isMucSupported() const;
+ void setMucSupported(bool supported);
+
/// XEP-0153: vCard-Based Avatars
QByteArray photoHash() const;
void setPhotoHash(const QByteArray&);