Monday, March 01, 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
<==========================================================>

[00:30:32] <Wow> Trying to understand xmpp and what it would do for me.
[18:22:28] <Elzen> Hi there. Still working on my domain allowing anonymous connections. Instead of creating a new anonymous account everytime, Converse sometimes reconnects to a previously used one, showing the backlog (even if I used it in private browsing mode, so without keeping anything browser-side). I don't now if it comes from Converse or from Metronome, but, just to be sure: is there an option to ask Metronome to definitively close and clean anonymous connections when the client quits?
[18:22:58] <Elzen> s/now/know/
[19:44:45] <Maranda> Elzen: may depend on Metronome if you followed https://metronome.im/documentation/configuration/examples it'll generate the temporary jid based on the generation token passphrase you set in the config and the ip address
[19:46:55] <Elzen> I wasn't sure to understand this option, so I didn't use it.
[19:47:26] <Elzen> The configuration I currently use is this one: https://fadrienn.irlnc.org/tmp/cfg.lua
[19:47:41] <Maranda> If you remove both *allow_anonymous_multiresourcing* and *anonymous_jid_gentoken* it'll generate a new uuid for the jid each time and don't allow multiple resources
[19:48:16] <Maranda> Also when all resources go offline all data is always cleared anyways
[19:48:42] <Maranda> In both cases
[19:48:43] <Elzen> Okay, so I need to remove the allow_anonymous_multiresourcing, I think.