diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-04-12 00:40:37 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-04-12 00:40:37 +0200 |
| commit | d69700b3402ccb81984c2c269bb2edbb5f3fbc10 (patch) | |
| tree | 75958e69feb8658fde28a52e0afc7d81ec7fe426 /plugins/signal-protocol/tests | |
| parent | c243b22d6e8a0c8b287553bdf4ea410338458efc (diff) | |
| download | dino-master.tar.gz | |
According to their devs, for some reason some servers like Prosody
dislike receiving an archive query with *both* a timestamp range and a
'before' ID, returning an item-not-found error in such case. An example
query is shown below.
Instead, now the 'before' ID is left empty, which seems to have restored
the expected behaviour.
<iq id='redacted' type='set' to='redacted'>
<query xmlns='urn:xmpp:mam:2' queryid='redacted'>
<x xmlns='jabber:x:data' type='submit'>
<field type='hidden' var='FORM_TYPE'>
<value>
urn:xmpp:mam:2
</value>
</field>
<field var='start'>
<value>
2026-04-11T02:25:00Z
</value>
</field>
<field var='end'>
<value>
2026-04-11T19:41:12Z
</value>
</field>
</x>
<set xmlns='http://jabber.org/protocol/rsm'>
<max>
20
</max>
<before>
redacted
</before>
</set>
</query>
</iq>
Diffstat (limited to 'plugins/signal-protocol/tests')
0 files changed, 0 insertions, 0 deletions
