Tuesday, October 09, 2018
grimoire@muc.metronome.im
October
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
<==========================================================>

[11:55:35] <SouL> Maranda, do you have me on your contact's list?
[11:57:07] <Maranda> SouL: nope add me you know the jid right?
[16:46:00] <Maranda> SouL, ok then I'm not sure what was the earlier question about, nm :P
[16:46:31] <SouL> yes
[16:46:33] <SouL> Sorry
[16:47:01] <SouL> I don't have your JID, I have to find it somewhere, I'm guessing is maranda@metronome.im or something but I'm on a familly call right now and haven't done it yet
[16:47:10] <Maranda> sec
[16:47:27] <Maranda> sent
[16:48:21] <SouL> ahh I see, my bad
[16:49:18] <Curator> SouL, got it :P?
[16:50:43] <SouL> all correrct +1 thanks Curator, for the Alliance
[16:51:07] <Curator> haha sorry mistabbed
[17:17:31] <Maranda> Test
[17:17:46] <Maranda> Test
[17:21:22] <massimiliano> hello.
[17:21:28] <massimiliano> I have another question
[17:21:59] <massimiliano> how do i get xep-0313:MAM working?
[17:22:42] <massimiliano> i have tried to addmodules_enabled = { "muc_mam";}
[17:37:35] <Maranda> massimiliano, you need to enable mod_muc_log and mod_muc_log_mam
[17:37:56] <Maranda> modules_enabled = { "muc_log"; "muc_log_mam"; }
[17:38:09] <Maranda> and then enable logging in the room
[17:39:34] <massimiliano> yes that worked.
[17:39:42] <massimiliano> I feel so stupid
[17:39:53] <massimiliano> thanks for your patience with me
[17:45:03] <Maranda> Np 🙂, mod_muc_log_mam is just an interface to mod_muc_log in Metronome so you need both massimiliano
[17:46:07] <massimiliano> do i still need "muc_mam";?
[17:46:12] <Maranda> No
[17:46:15] <massimiliano> ok
[17:46:53] <Maranda> That's Prosody's you're using another thing now 😆
[17:49:58] <massimiliano> yes
[17:50:18] <massimiliano> works fine so far :-)
[17:51:07] <massimiliano> if i want to limit the messages do i need to use "mam_stores_cap"
[17:51:24] <massimiliano> limit the messages to be archived i mean
[18:04:21] <Maranda> mod_muc_log_mam exposes only the last 30 days of mod_muc_log
[18:06:41] <Maranda> And no that's unrelated
[18:07:33] <massimiliano> ok 30 days is ok don't need to add stuff then
[18:09:41] <Maranda> Also disabling logging in the room automatically purges all logs
[18:24:52] <massimiliano> ok
[19:20:10] <massimiliano> what is default upload file limit?
[19:22:12] <massimiliano> do i need to enable "mod_http_upload" to have a 50MB file upload limit?
[19:31:21] <Maranda> massimiliano: Metronome's has an internal http upload component but it's limited to 12 MiBs max. You'll need to adapt mod_http_upload_external from Prosody Modules if you need more
[19:32:19] <massimiliano> so i have to add that module manually in the modules directory and then add the lines in the configuration files?
[19:32:55] <Maranda> massimiliano: see https://github.com/maranda/metronome/issues/399
[19:33:57] <Maranda> No you have to add the module and follow the above instructions (it's a one line change)
[19:34:41] <Maranda> Also you'll need to follow the module config instructions from prosody-modules
[19:35:39] <massimiliano> ok thanks
[22:02:01] <massimiliano> i was running to fast. what do i need to enable to get file upload on muc?
[22:03:08] <Maranda> massimiliano, muc or not is not relevant, you need to configure a component virtual host for http upload
[22:04:11] <Maranda> Component "upload.domain.tld" "http_upload_external"
[22:04:17] <Maranda> or something