diff options
| -rw-r--r-- | CHANGELOG | 5 | ||||
| -rw-r--r-- | src/client/QXmppMucManager.cpp | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,8 @@ +QXmpp 0.5.0 (UNRELEASED) +------------------------ + + - Advertise support for XEP-0249: Direct MUC Invitations + QXmpp 0.4.0 (Apr 12, 2012) -------------------------- diff --git a/src/client/QXmppMucManager.cpp b/src/client/QXmppMucManager.cpp index 3f1cdef3..5c2a6236 100644 --- a/src/client/QXmppMucManager.cpp +++ b/src/client/QXmppMucManager.cpp @@ -111,7 +111,8 @@ QStringList QXmppMucManager::discoveryFeatures() const << ns_muc << ns_muc_admin << ns_muc_owner - << ns_muc_user; + << ns_muc_user + << ns_conference; } bool QXmppMucManager::handleStanza(const QDomElement &element) |
