File

.busted @ 9455:c62c983b8be3

MUC: Check that a room password is set before verifying password supplied by user
author Michel Le Bihan <michel@lebihan.pl>
date Tue, 09 Oct 2018 18:42:19 +0200
parent 9452:9d892b2415bf
child 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}