Sunday, February 23, 2025
grimoire@muc.metronome.im
February
Mon Tue Wed Thu Fri Sat Sun
          1 2
3 4 5 6 7 8 9
10 11 12
13 14 15 16
17 18 19 20 21 22 23
24
25 26 27 28    
             
Metronome IM "cook" book room | Support and Dev talk about the Metronome XMPP server.

Latest stable version build is: 4.0.3

For more information you can visit: https://metronome.im

Room logs can be found here: https://muc.metronome.im/logs/grimoire/

* Links *
<==========================================================>
- Building & Installation:
https://metronome.im/building
- Documentation:
https://metronome.im/documentation
- Issues Tracker:
https://github.com/maranda/metronome/issues
<==========================================================>

[20:53:17] <Moogle Archon> **[maranda/metronome]** lovetox opened [issue #558](https://github.com/maranda/metronome/issues/558): MAM response misses complete attribute

> I just joined the support chat on lightwitch.org
>
> and the empty mam response misses the complete=true attribute
>
> ```xml
> <!-- Outgoing So 23 Feb 2025 21:47:06 (lovetox2@lightwitch.org) -->
> <iq xmlns="jabber:client" to="support@conference.lightwitch.org" type="set" id="2cdfdca4-826f-470d-8611-cadff85b8043">
> <query xmlns="urn:xmpp:mam:2" queryid="4ccf6b78-615b-43ce-a604-9f349b1ef22d">
> <x xmlns="jabber:x:data" type="submit">
> <field type="hidden" var="FORM_TYPE">
> <value>urn:xmpp:mam:2</value>
> </field>
> <field type="text-single" var="start">
> <value>2025-02-22T20:47:06Z</value>
> </field>
> </x>
> <set xmlns="http://jabber.org/protocol/rsm">
> <max>70</max>
> </set>
> </query>
> </iq>
>
>
> <!-- Incoming So 23 Feb 2025 21:47:07 (lovetox2@lightwitch.org) -->
> <iq xmlns="jabber:client" to="lovetox2@lightwitch.org/gajim.QY2PE5HY" id="2cdfdca4-826f-470d-8611-cadff85b8043" type="result" from="support@conference.lightwitch.org">
> <fin xmlns="urn:xmpp:mam:2">
> <set xmlns="http://jabber.org/protocol/rsm">
> <count>0</count>
> </set>
> </fin>
> </iq>
>
>
> ```