Stefan

@stefan@devlug.de

Papa, Informatiker und vielleicht etwas Nerd.

Debian GNU/Linux User seit Release 3.0 ("woody").

In meiner Freizeit beschäftige ich mich mit Themen wie , , und .

Ich versuche gerade weiter zu entwickeln. Debian Junior ist ein Debian Pure Blend - ein Betriebssystem für Kindern.
Informationen gibt es im Wiki: https://wiki.debian.org/DebianJr
$HOMEDebian GNU/Linux
$CHATxmpp:debxwoody@movim.eu
$CODECodeberg
$LANGde_DE.UTF-8
OpenPGP65F9 1599 B305 749D 03DD 88A4 CBD1 B596 579B 7FFF

136 Gefolgte, 281 Folgende

1 ★ 0 ↺

Stefan »
@stefan@devlug.de

The configuration shouldn't be too painful. The X in XMPP means "extensible". There shouldn't be to much in "core" and be able to extend it based on you needs. There are pro and cons.

Maybe helpful,...

You can setup a default for room creation on server. For a private server maybe something like this:

Component "chat.domain.tld" "muc"
modules_enabled = { "muc_mam", "vcard_muc" }
name = "Chaträume - Konferenzen"
restrict_room_creation = "local"
muc_room_default_public = false
muc_room_default_persistent = true
muc_room_default_members_only = true
muc_room_default_moderated = false
muc_room_default_public_jids = false
muc_room_default_change_subject = false
muc_room_default_history_length = 20
muc_room_default_language = "de"
You can find the details => https://prosody.im/doc/modules/mod_muc

You may also want MAM for MUC

muc_log_by_default = false
muc_log_presences = false
log_all_rooms = false
muc_log_expires_after = "3w"
muc_log_cleanup_interval = 4 * 60 * 60
You can find the details => https://prosody.im/doc/modules/mod_muc_mam

The configuration also may depends on the client.

CC: @debacle@framapiaf.org @QuadRadical@wetdry.world

Edit: shouldn't