From ef8fce0bb434c5fdc22630a0890a3c0fa4c7cc1f Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 12 Sep 2012 14:33:43 +0200 Subject: Add XEP-0045: Multi-User Chat attributes to QXmppPresence. --- src/base/QXmppPresence.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/base/QXmppPresence.h') 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 mucStatusCodes() const; void setMucStatusCodes(const QList &codes); + bool isMucSupported() const; + void setMucSupported(bool supported); + /// XEP-0153: vCard-Based Avatars QByteArray photoHash() const; void setPhotoHash(const QByteArray&); -- cgit v1.2.3