Tuesday, October 06, 2020
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
<==========================================================>

[13:44:56] <Chytrex> Hi guys.
[13:45:58] <Chytrex> I have few questions about Metronome IM.. It looks really interesting for me but.. I want to know.. Is there any web gui for the MAM?
[13:46:13] <Chytrex> Does MAM archive also private MUCs?
[13:49:09] <Chytrex> Currently I have running small prosody based xmpp server and I needed to modify some of its mods to allow archiving also private MUCs. So I am slowly looking for an alternative that could have also possibility to import prosodys archive and accounts etc. And metronome seems as it could handle it.
[16:23:50] <Maranda> Chytrex: web gui for MAM yes, it does have a out of band browser for single chats but doesn't support encrypted messages. For muc there's mod_muc_log which does have both a web and MAM interface
[16:25:43] <Maranda> Chytrex: importing user accounts from prosody should be doable but the internals now differ quite a bit so it could not be such a "one go" process
[16:38:24] <Chytrex> Maranda, encrypted messages are not an issue for me. If it logs private MUC rooms then it is just fine for me.
[16:38:47] <Maranda> It does
[16:39:13] <Chytrex> And if theres any howto for those imports it should be fine.. No need to be simple process as it is done once..
[16:44:21] <Maranda> If you're moving just the account store you should be fine
[16:45:05] <Maranda> But anything else would be extremely complex