server contact info module

This commit is contained in:
2026-08-16 22:24:46 +02:00
parent 8fa78be70a
commit abc5a36a58
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -4,4 +4,5 @@ certs/
tests/certs/ tests/certs/
tests/venv/ tests/venv/
tests/__pycache__/ tests/__pycache__/
tests/.python-versionx
*.swp *.swp
+2 -1
View File
@@ -50,7 +50,8 @@ modules_enabled = {
--"motd"; -- Send a message to users when they log in --"motd"; -- Send a message to users when they log in
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots. --"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
"lastactivity"; "lastactivity";
"server_info"; -- This module lets you advertise various contact addresses for your XMPP service via XEP-0158. "server_contact_info"; -- This module lets you advertise various contact addresses for your XMPP service via XEP-0157.
--"server_info"; -- This module lets you advertise various contact addresses for your XMPP service via XEP-0158.
"cloud_notify"; "cloud_notify";
}; };