Wednesday, May 13, 2020
grimoire@muc.metronome.im
May
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
31
             
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
<==========================================================>

[06:46:15] <Maranda> gabriel: it's configured in the room, conversations doesn't support room config
[07:21:11] <gabriel> No wonder !
[07:21:50] <gabriel> Will it be good if we add a configuration based parameter to default the logging to true ?
[08:02:37] <Maranda> No because the configuration is supposed to be done in the room
[08:03:33] <Maranda> Just use another (desktop) client and enable logging
[08:11:48] <Curator> gabriel tbh I'd complain in the conversations room about getting room configuration feature
[08:15:16] <gabriel> OK
[08:16:40] <Curator> or at least the ability to turn on logging
[08:18:37] *** Maranda changed the title to "Metronome IM "cook" book room | Support and Dev talk about the Metronome XMPP server.

Latest stable version build is: 3.14.0

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
<==========================================================>"

[08:29:11] <Maranda> https://upload.lightwitch.org/share/F7SIXUxRTda88550/logging-settings.png
[08:29:29] <Maranda> gabriel, to set logging on in Gajim
[09:14:46] <gabriel> Yup this is a quickfix for the room
[09:17:57] <gabriel> But I can't ask every user to open gajim for each new room. I will open an issue as licaon suggested
[09:21:55] <Maranda> gabriel, there're other mobile clients beside conversations, aside that you don't really want logging enabled by default that's troublesome in a public service
[09:22:08] <Maranda> As I said
[09:22:25] <gabriel> At least in private muc, no ?
[09:23:11] <gabriel> If I disconnect, I will never see the message
[09:23:22] <Maranda> gabriel you could make a custom module to automatically configure all room with logging enabled.
[09:25:00] <gabriel> I will give a try. For the moment I forced to true the conditions where logging is involved... Not really clean
[09:28:29] <gabriel> Also another topic conversations send pgp files when in pgp mode and with unknown file type, should we add pgp mime type in mod_http_upload
[09:29:10] <gabriel> File with pgp extension*
[09:30:10] <gabriel> I have added this in the metronome configuration file but I need to repeat all the previous mime types
[10:20:15] <Maranda> gabriel you can modify the mime type list in the config
[10:21:08] <gabriel> Yes already done that and wrote an issue in yunohost :)
[10:51:35] <Echo1> maranda committed --
mod_muc: allow specifying full default room config.
-> https://github.com/maranda/metronome/commit/3bd36d3b88bf9508ba7cf71cbd4fff65c3497bdd
[10:52:47] <Maranda> gabriel, there you go ^
[10:54:01] <Maranda> just add:
room_default_config = { logging = true, persistent = true };
[10:54:09] <gabriel> Really cool ! I will configure this this evening and will create the issue on yunohost
[10:54:28] <Maranda> You'd need 3.14 first though
[10:54:40] <Maranda> @version skazki.fr
[10:54:41] <Echo1> Maranda: skazki.fr is running Metronome version 3.13.6 on Linux
[10:55:19] <gabriel> Yup I didn't upgraded because I had made some changes.
[10:55:36] <Maranda> You could just replace mod_muc.lua with the one from github after
[10:55:37] <Maranda> brb
[10:56:19] <gabriel> Sure
> You could just replace mod_muc.lua with the one from github after
Sure
[17:38:25] <gabriel> Thanks ! It worked as expected all new rooms have default value. Old zone stayed as previous configuration. I also write an issue in yunohost to speed up adoption
[17:42:35] <Maranda> It's in 3.14.1
[17:42:43] <Maranda> Not 3.14.0
[17:43:10] <Maranda> Latest yunohost test has the latter
[17:45:09] <gabriel> are you sure it's in ".14.1 ? The commits are reversed
[17:46:27] <gabriel> i took your changes and put them in yunohost 3.14
[18:58:38] <Maranda> Yes
[18:59:01] <Maranda> But yunohost test does have 3.14.0
[18:59:14] <Maranda> So those changes arent in
[19:01:13] <Maranda> Beside this isnt a pressing change to be implemented mainstream
[19:01:35] <Maranda> (i mean default room config)
[19:28:39] <gabriel> I will wait :)