aboutsummaryrefslogtreecommitdiff
path: root/tests/presence.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-12 14:33:43 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-12 14:33:43 +0200
commitef8fce0bb434c5fdc22630a0890a3c0fa4c7cc1f (patch)
treee0d64902da2332747cb4f5d6ce5edb6a2f4df169 /tests/presence.h
parentcd5287ba3fe64fd2782c10066a43c31b4c7694de (diff)
downloadqxmpp-ef8fce0bb434c5fdc22630a0890a3c0fa4c7cc1f.tar.gz
Add XEP-0045: Multi-User Chat attributes to QXmppPresence.
Diffstat (limited to 'tests/presence.h')
-rw-r--r--tests/presence.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/presence.h b/tests/presence.h
index 97a26b87..74bd7ee8 100644
--- a/tests/presence.h
+++ b/tests/presence.h
@@ -33,6 +33,8 @@ private slots:
void testPresence_data();
void testPresenceWithCapability();
void testPresenceWithExtendedAddresses();
- void testPresenceWithMuc();
+ void testPresenceWithMucItem();
+ void testPresenceWithMucPassword();
+ void testPresenceWithMucSupport();
};