.busted
author Maxime “pep” Buquet <pep@bouah.net>
Mon, 24 Feb 2020 14:16:45 +0100
changeset 10666 46373b97e648
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_muc: add muc-private-message event This seems to be the one place handling MUC-PMs. This event is added so that plugins (such as muc_occupant_id) can edit them without having to redo the work.

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