diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-12 14:33:43 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-12 14:33:43 +0200 |
| commit | ef8fce0bb434c5fdc22630a0890a3c0fa4c7cc1f (patch) | |
| tree | e0d64902da2332747cb4f5d6ce5edb6a2f4df169 /tests/presence.h | |
| parent | cd5287ba3fe64fd2782c10066a43c31b4c7694de (diff) | |
| download | qxmpp-ef8fce0bb434c5fdc22630a0890a3c0fa4c7cc1f.tar.gz | |
Add XEP-0045: Multi-User Chat attributes to QXmppPresence.
Diffstat (limited to 'tests/presence.h')
| -rw-r--r-- | tests/presence.h | 4 |
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(); }; |
