server contact info module

This commit is contained in:
2026-08-16 22:21:20 +02:00
parent 34a1037cab
commit 76558659a8
+1 -1
View File
@@ -50,9 +50,9 @@ 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_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. --"server_info"; -- This module lets you advertise various contact addresses for your XMPP service via XEP-0158.
"cloud_notify"; "cloud_notify";
"server_contact_info";
}; };
-- modules_enabled = mods_enabled; -- modules_enabled = mods_enabled;