mod_csi_simple: Consider messages encrypted payload as important (fixes part of ...
[prosody.git] / .busted
blobf5f9472ead8334cefffac1a80c4b1d8448e2f583
1 return {
2   _all = {
3   },
4   default = {
5     ["exclude-tags"] = "mod_bosh,storage";
6   };
7   bosh = {
8     tags = "mod_bosh";
9   };
10   storage = {
11     tags = "storage";
12   };