imfreedom/k8s-cluster

turn on the realtime block list in prosody

14 months ago, Gary Kramlich
7618ed6c149f
Parents 2f6b14ed571f
Children 76eca8bd254b
turn on the realtime block list in prosody
--- a/50-xmpp.imfreedom.org/files/imfreedom.cfg.lua Sat Feb 04 05:02:26 2023 -0600
+++ b/50-xmpp.imfreedom.org/files/imfreedom.cfg.lua Sat Feb 18 17:06:19 2023 -0600
@@ -11,7 +11,7 @@
Component "conference.imfreedom.org" "muc"
name = "Instant Messaging Freedom MUC"
-modules_enabled = { "muc_badge", "muc_mam", "muc_mam_hints", "muc_moderation", "muc_occupant_id", "vcard_muc" }
+modules_enabled = { "muc_badge", "muc_mam", "muc_mam_hints", "muc_moderation", "muc_occupant_id", "vcard_muc", "muc_rtbl" }
http_host = "conference.imfreedom.org"
http_external_url = "https://conference.imfreedom.org/"
ssl = {
@@ -19,6 +19,7 @@
key = "certs/imfreedom/tls.key";
}
restrict_room_creation = "local"
+muc_rtbl_jid = "xmppbl.org"
Component "xmpp.imfreedom.org" "http"
http_external_url = "https://xmpp.imfreedom.org/"
--- a/50-xmpp.imfreedom.org/files/pidgin.cfg.lua Sat Feb 04 05:02:26 2023 -0600
+++ b/50-xmpp.imfreedom.org/files/pidgin.cfg.lua Sat Feb 18 17:06:19 2023 -0600
@@ -12,7 +12,7 @@
Component "conference.pidgin.im" "muc"
name = "Pidgin Internet Messaging MUC"
-modules_enabled = { "muc_badge", "muc_mam", "muc_mam_hints", "muc_moderation", "muc_occupant_id", "slack_webhooks", "vcard_muc" }
+modules_enabled = { "muc_badge", "muc_mam", "muc_mam_hints", "muc_moderation", "muc_occupant_id", "slack_webhooks", "vcard_muc", "muc_rtbl" }
http_host = "conference.pidgin.im"
http_external_url = "https://conference.pidgin.im/"
ssl = {
@@ -20,6 +20,7 @@
key = "certs/pidgin/tls.key";
}
restrict_room_creation = "local"
+muc_rtbl_jid = "xmppbl.org"
Component "xmpp.pidgin.im" "http"
http_external_url = "https://xmpp.pidgin.im/"