diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-02-06 19:12:19 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-02-06 19:12:19 +0000 |
| commit | 78711c314a4cc20aaf276e519d9db1d91cf22fa7 (patch) | |
| tree | a2ae5b3c1c0fef7e231f828444d5878ad0ad5b41 /tests/tests.h | |
| parent | f38253b159f7cbb4bc2c9990d76255d167d3af7b (diff) | |
| download | qxmpp-78711c314a4cc20aaf276e519d9db1d91cf22fa7.tar.gz | |
add an attribute to QXmppMessage to carry delivery receipt request
Diffstat (limited to 'tests/tests.h')
| -rw-r--r-- | tests/tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h index 5cc97133..fa59c59d 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -52,6 +52,7 @@ private slots: void testMessage(); void testMessageFull(); void testMessageAttention(); + void testMessageDelivery(); void testMessageDelay(); void testMessageLegacyDelay(); void testNonSaslAuth(); |
