From 0ef3588af37a7eb28af1dd33c9c3ad06b29f80d7 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sat, 16 Nov 2019 23:02:57 +0100 Subject: Implement XEP-0231: Bits of Binary: stanza extension This adds a type that may be used as a stanza extension. It is useful, when a stanza contains (possibly multiple) XEP-0231: Bits of Binary data elements. --- tests/qxmppbitsofbinaryiq/tst_qxmppbitsofbinaryiq.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/qxmppbitsofbinaryiq/tst_qxmppbitsofbinaryiq.cpp b/tests/qxmppbitsofbinaryiq/tst_qxmppbitsofbinaryiq.cpp index f22360b7..247828b4 100644 --- a/tests/qxmppbitsofbinaryiq/tst_qxmppbitsofbinaryiq.cpp +++ b/tests/qxmppbitsofbinaryiq/tst_qxmppbitsofbinaryiq.cpp @@ -218,4 +218,4 @@ void tst_QXmppBitsOfBinaryIq::testIsBobIq() } QTEST_MAIN(tst_QXmppBitsOfBinaryIq) -#include "tst_qxmppbobiq.moc" +#include "tst_qxmppbitsofbinaryiq.moc" -- cgit v1.2.3