From 59dd75b0335698494ef946e8c2481eec8b4218bf Mon Sep 17 00:00:00 2001 From: Daniel Kessler Date: Mon, 17 Jun 2019 22:08:48 -0700 Subject: [PATCH] xmpp: remove register module mod_register handles account creation and password changes. We don't need either, since both of these are handled by the makexmpp script. --- modules/ocf_irc/templates/prosody.cfg.lua.erb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/ocf_irc/templates/prosody.cfg.lua.erb b/modules/ocf_irc/templates/prosody.cfg.lua.erb index 5a9f59791..24d8e6952 100644 --- a/modules/ocf_irc/templates/prosody.cfg.lua.erb +++ b/modules/ocf_irc/templates/prosody.cfg.lua.erb @@ -15,7 +15,6 @@ modules_enabled = { "pep"; "ping"; "posix"; - "register"; "roster"; "saslauth"; "smacks"; @@ -29,10 +28,6 @@ modules_enabled = { -- mam: never expire archived messages archive_expires_after = "never" --- We may want to change this later, dpeending on how self-service account --- registration ends up working -allow_registration = false - daemonize = true ssl = {