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

[12:40:49] <Maranda> Elzen: you need to add on the muc component config:
allow_anonymous_creation = true
[12:42:58] <Elzen> Oh, thanks :-)
[12:45:39] <Elzen> A question about the “restrict_root_creation = "local"”: does "local" means only the users of the same VirtualHost, or all the members of the same metronome instance?
[12:55:43] <Maranda> The upper level domain
[12:56:44] <Maranda> So if it's muc.dom.org, dom.org
[12:58:39] <Elzen> Okay, thanks :) Just retried, it works with the allow_anonymous_creation line.
[13:00:21] <Elzen> Is there a server-side way to auto-invite somebody when creating a muc, or should I check the client configuration instead?
[13:05:27] <Maranda> Client config
[13:05:45] <Elzen> I'll check that, then. Thanks again ;)