Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Jabber (Admin) ====== Server testen: [[https://xmpp.net/|IM Observatory]] ===== SRV Records ===== <code> _jabber._tcp.example.com. IN SRV 0 0 5269 xmpp.crunchweb.org. _xmpp-server._tcp.example.com. IN SRV 0 0 5269 xmpp.crunchweb.org. _xmpp-client._tcp.example.com. IN SRV 0 0 5222 xmpp.crunchweb.org. </code> ===== Metronome ===== ^ Benutzer anlegen | metronomectl adduser [Benutzername] | ==== Kunden-VHosts ==== <file lua /etc/metronome/metronome.cfg.lua> VirtualHost "example.org" enabled = true modules_enabled = { "roster"; "private"; "vcard"; "mam"; "privacy"; "lastactivity"; "message_carbons"; "groups"; "admin_adhoc"; } mam_stores_cap = 1000 groups_file = "/etc/metronome/groups/example.txt" ssl = { key = "/etc/metronome/certs/example.org.key"; certificate = "/etc/metronome/certs/example.org.cert"; } </file> Last modified: 2024-07-05 14:31