Prosody: enable registration, add a list of admins

This commit is contained in:
Ivan R. 2023-11-19 22:56:36 +05:00
parent 672546bc0f
commit 29b44637ac
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -26,5 +26,10 @@
maxHistoryMessages = 512;
}
];
allowRegistration = true;
admins = [
"lumin@xmpp.comfycamp.space"
];
};
}