Saturday, March 20, 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:28:53] <thndrbvr_> Okay, now how do I configure mod_register_api?
[00:41:25] <thndrbvr_> Someone has to be first. Skimmed xep-0268 and it sounds good but, I don't know any better :D It's still useful between MetronomeIM servers.
[05:56:53] <thndrbvr_> I think I found it: https://metronome.im/documentation/configuration#mod_register
[05:58:05] <thndrbvr_> Where/how do I get a token for: reg_api_auth_token ? Is that just a random string of characters?
[08:46:11] <Maranda> > I think I found it: https://metronome.im/documentation/configuration#mod_register
> Where/how do I get a token for: reg_api_auth_token ? Is that just a random string of characters?
Yes it is a string of your choice
[10:58:07] <thndrbvr> Added. Still no dice on registering a new account from desktop/mobile.
[11:14:44] <thndrbvr> https://upload.yax.im/upload/mgGXVyIAp9p3C2Q-/IMG_20210320_041344971.jpg
[11:17:25] <thndrbvr> chat.thefreaks.club 14400 IN A 185.165.170.160; thefreaks.club ditto. Chat.* webpage shows me the same as tf.c. I don't have anything else set up there yet.
[11:22:50] <thndrbvr> What am I missing? I no longer see errors and it looks to me the DNS has long been correct.
[11:31:50] <thndrbvr> UFW allowed ports 5222, 5223, 5269. Reloaded.
[11:40:04] <thndrbvr> Paste of cfg. https://share.riseup.net/#A4j8b4QTzSYpQfbWlI877w
[11:40:52] <thndrbvr> It's sloppy but I've been trying to keep notes in there for myself.
[14:47:49] <Maranda (Aria Network)> register_min_pass_length = 13;
register_max_pass_length = 128;
[14:48:37] <Maranda (Aria Network)> You need to also setup the mail server config for it to work
[14:57:05] <Maranda (Aria Network)> in the global config add:
[14:57:25] <Maranda (Aria Network)> ```
mail_user = "a@a.com";
mail_pass = "Passwordhere";
mail_host = "mail.a.com";
mail_port = 587;
```
[15:18:48] <Maranda (Aria Network)> > <@_bifrost_thndrbvr=40projections.lightwitch.org:services.aria-net.org> Paste of cfg. https://share.riseup.net/#A4j8b4QTzSYpQfbWlI877w

I updated https://metronome.im/documentation/configuration with the configuration for util.mail