summary refs log tree commit diff
path: root/nixos/tests/xmpp
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2019-08-06 17:06:53 +0200
committerajs124 <git@ajs124.de>2019-08-20 11:09:40 +0200
commit9a0e820f5d317ee9438443745c567a1bb2bdb4cc (patch)
tree8c9a535d3139a396e8614e6cbbdc48051d57a9b4 /nixos/tests/xmpp
parent40b2fa6a10421c1b52b2dbb5d9a9286bd5f1032b (diff)
downloadnixpkgs-9a0e820f5d317ee9438443745c567a1bb2bdb4cc.tar
nixpkgs-9a0e820f5d317ee9438443745c567a1bb2bdb4cc.tar.gz
nixpkgs-9a0e820f5d317ee9438443745c567a1bb2bdb4cc.tar.bz2
nixpkgs-9a0e820f5d317ee9438443745c567a1bb2bdb4cc.tar.lz
nixpkgs-9a0e820f5d317ee9438443745c567a1bb2bdb4cc.tar.xz
nixpkgs-9a0e820f5d317ee9438443745c567a1bb2bdb4cc.tar.zst
nixpkgs-9a0e820f5d317ee9438443745c567a1bb2bdb4cc.zip
nixos/ejabberd: fix test for new release
Diffstat (limited to 'nixos/tests/xmpp')
-rw-r--r--nixos/tests/xmpp/ejabberd.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/xmpp/ejabberd.nix b/nixos/tests/xmpp/ejabberd.nix
index 7eb566b5468..196a04aca30 100644
--- a/nixos/tests/xmpp/ejabberd.nix
+++ b/nixos/tests/xmpp/ejabberd.nix
@@ -45,8 +45,7 @@ import ../make-test.nix ({ pkgs, ... }: {
               ip: "127.0.0.1"
               module: ejabberd_service
               access: local
-              shaper_rule: fast
-              ip: "127.0.0.1"
+              shaper: fast
 
           ## Disabling digest-md5 SASL authentication. digest-md5 requires plain-text
           ## password storage (see auth_password_format option).
@@ -181,7 +180,6 @@ import ../make-test.nix ({ pkgs, ... }: {
             mod_client_state: {}
             mod_configure: {} # requires mod_adhoc
             ## mod_delegation: {} # for xep0356
-            mod_echo: {}
             #mod_irc:
             #  host: "irc.@HOST@"
             #  default_encoding: "utf-8"