1 Commits
Author SHA1 Message Date
aitzol abc5a36a58 server contact info module 2026-08-16 22:24:46 +02:00
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -4,4 +4,5 @@ certs/
tests/certs/
tests/venv/
tests/__pycache__/
tests/.python-versionx
*.swp
+2 -1
View File
@@ -50,7 +50,8 @@ modules_enabled = {
--"motd"; -- Send a message to users when they log in
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
"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";
};