|
@@ -194,6 +194,7 @@
|
|
|
`</header>`+
|
|
|
`<payload>${sent_stanza.nodeTree.querySelector('payload').textContent}</payload>`+
|
|
|
`</encrypted>`+
|
|
|
+ `<store xmlns='urn:xmpp:hints'/>`+
|
|
|
`</message>`);
|
|
|
|
|
|
// Test reception of an encrypted message
|
|
@@ -327,15 +328,6 @@
|
|
|
}));
|
|
|
|
|
|
|
|
|
- it("will add processing hints to sent out encrypted <message> stanzas",
|
|
|
- mock.initConverseWithPromises(
|
|
|
- null, ['rosterGroupsFetched'], {},
|
|
|
- function (done, _converse) {
|
|
|
- // TODO
|
|
|
- done();
|
|
|
- }));
|
|
|
-
|
|
|
-
|
|
|
it("updates device lists based on PEP messages",
|
|
|
mock.initConverseWithPromises(
|
|
|
null, ['rosterGroupsFetched'], {},
|