nixos/ejabberd: fix test for new release
This commit is contained in:
parent
40b2fa6a10
commit
9a0e820f5d
|
@ -45,8 +45,7 @@ import ../make-test.nix ({ pkgs, ... }: {
|
||||||
ip: "127.0.0.1"
|
ip: "127.0.0.1"
|
||||||
module: ejabberd_service
|
module: ejabberd_service
|
||||||
access: local
|
access: local
|
||||||
shaper_rule: fast
|
shaper: fast
|
||||||
ip: "127.0.0.1"
|
|
||||||
|
|
||||||
## Disabling digest-md5 SASL authentication. digest-md5 requires plain-text
|
## Disabling digest-md5 SASL authentication. digest-md5 requires plain-text
|
||||||
## password storage (see auth_password_format option).
|
## password storage (see auth_password_format option).
|
||||||
|
@ -181,7 +180,6 @@ import ../make-test.nix ({ pkgs, ... }: {
|
||||||
mod_client_state: {}
|
mod_client_state: {}
|
||||||
mod_configure: {} # requires mod_adhoc
|
mod_configure: {} # requires mod_adhoc
|
||||||
## mod_delegation: {} # for xep0356
|
## mod_delegation: {} # for xep0356
|
||||||
mod_echo: {}
|
|
||||||
#mod_irc:
|
#mod_irc:
|
||||||
# host: "irc.@HOST@"
|
# host: "irc.@HOST@"
|
||||||
# default_encoding: "utf-8"
|
# default_encoding: "utf-8"
|
||||||
|
|
Loading…
Reference in New Issue