Tuesday, September 20, 2022
grimoire@muc.metronome.im
September
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
29
30    
             
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
<==========================================================>

[18:07:48] <Layla> What's the default way of saving messages on the server side on metronome?
[18:08:23] <Layla> On muc and normal chat
[18:15:53] <Maranda> Storage wise?
[18:16:58] <Maranda> Or?
[18:24:58] <Layla> Yes, like save for 1month, one week..
[18:26:09] <Maranda> Unlimitedly for groupchats, disabling logging erases the store
[18:26:28] <Maranda> And the last 100000 messages for personal archives
[18:27:20] <Layla> Hmm so how to set like 1 month for groupchats?
[18:27:57] <Maranda> Personal archives size limite can be adjusted
[18:28:37] <Layla> Or on muc the easier is to deactivate log and every user adjust on client side how long to save?
[18:29:30] <Layla> > Personal archives size limite can be adjusted
On the server side?
[18:30:22] <Maranda> > <Layla> Hmm so how to set like 1 month for groupchats?

If using flat files you need a shell script that deletes the overflowing days from the store
[18:30:49] <Maranda> Running on a cron job or something
[18:32:52] <Maranda> > <Layla> > Personal archives size limite can be adjusted
> On the server side?

Yes
[18:34:22] <Layla> > Yes
Do you have the link of documentation about that? I could not find it in config file
[18:36:26] <Maranda> https://metronome.im/documentation/configuration
[18:36:34] <Maranda> mod_mam
[18:38:45] <Maranda>
mam_stores_cap default is 50k in Metronome v4
[18:38:56] <Maranda> Also
[18:41:15] <Layla> What does that mean in practice? if you don't mind explaining it
[18:43:55] <Maranda> Simpler than this it can't be for 1v1 chat the last 50000 messages are saved after that is reached the oldest is removed
[18:44:38] <Layla> I see, thanks