disable sasl2 as it doesn't seem to work yet
This commit is contained in:
parent
1353f75d29
commit
9292416cc2
2 changed files with 8 additions and 8 deletions
|
@ -18,10 +18,10 @@ COPY prosody.cfg.lua /etc/prosody/prosody.cfg.lua
|
||||||
RUN mkdir -p /usr/local/prosody/custom_plugins/lib/luarocks/rocks-5.4
|
RUN mkdir -p /usr/local/prosody/custom_plugins/lib/luarocks/rocks-5.4
|
||||||
RUN chown -R prosody:prosody /usr/local/prosody
|
RUN chown -R prosody:prosody /usr/local/prosody
|
||||||
RUN prosodyctl install --server=https://modules.prosody.im/rocks/ mod_cloud_notify_extensions
|
RUN prosodyctl install --server=https://modules.prosody.im/rocks/ mod_cloud_notify_extensions
|
||||||
RUN prosodyctl install --server=https://modules.prosody.im/rocks/ mod_sasl2
|
#RUN prosodyctl install --server=https://modules.prosody.im/rocks/ mod_sasl2
|
||||||
RUN prosodyctl install --server=https://modules.prosody.im/rocks/ mod_sasl2_bind2
|
#RUN prosodyctl install --server=https://modules.prosody.im/rocks/ mod_sasl2_bind2
|
||||||
RUN prosodyctl install --server=https://modules.prosody.im/rocks/ mod_sasl2_sm
|
#RUN prosodyctl install --server=https://modules.prosody.im/rocks/ mod_sasl2_sm
|
||||||
RUN prosodyctl install --server=https://modules.prosody.im/rocks/ mod_sasl2_fast
|
#RUN prosodyctl install --server=https://modules.prosody.im/rocks/ mod_sasl2_fast
|
||||||
|
|
||||||
EXPOSE 5222
|
EXPOSE 5222
|
||||||
EXPOSE 5269
|
EXPOSE 5269
|
||||||
|
|
|
@ -76,10 +76,10 @@ modules_enabled = {
|
||||||
-- Other specific functionality
|
-- Other specific functionality
|
||||||
"cloud_notify";
|
"cloud_notify";
|
||||||
"cloud_notify_extensions";
|
"cloud_notify_extensions";
|
||||||
"sasl2";
|
--"sasl2";
|
||||||
"sasl2_bind2";
|
--"sasl2_bind2";
|
||||||
"sasl2_sm";
|
--"sasl2_sm";
|
||||||
"sasl2_fast";
|
--"sasl2_fast";
|
||||||
--"announce"; -- Send announcement to all online users
|
--"announce"; -- Send announcement to all online users
|
||||||
--"groups"; -- Shared roster support
|
--"groups"; -- Shared roster support
|
||||||
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
|
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
|
||||||
|
|
Loading…
Reference in a new issue