Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76558659a8 | ||
|
|
34a1037cab | ||
|
|
b0d614c3d4 |
@@ -4,4 +4,5 @@ extras/matterbridge/*.t*
|
|||||||
tests/certs/
|
tests/certs/
|
||||||
tests/venv/
|
tests/venv/
|
||||||
tests/__pycache__/
|
tests/__pycache__/
|
||||||
|
tests/.python-versionx
|
||||||
*.swp
|
*.swp
|
||||||
|
|||||||
@@ -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_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";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
-- modules_enabled = mods_enabled;
|
-- modules_enabled = mods_enabled;
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
3.12.0
|
||||||
Reference in New Issue
Block a user