As a consequence of mod_pep overloading putting nodes into the 'store' slot in the storage API, it gets somewhat awkward to configure storage. The only way to specify the same storage backend for all nodes is to use `default_storage`, which is not always optimal.
What version of the product are you using?
0.11.x
Please provide any additional information below.
See comment 2 on #1299
As a consequence of mod_pep overloading putting nodes into the 'store' slot in the storage API, it gets somewhat awkward to configure storage. The only way to specify the same storage backend for all nodes is to use `default_storage`, which is not always optimal. What version of the product are you using? 0.11.x Please provide any additional information below. See comment 2 on #1299
Fixed in https://hg.prosody.im/trunk/rev/fd8aaab6669c for mod_pep and https://hg.prosody.im/trunk/rev/8e68136cde08 for mod_pubsub Technically breaking backwards compatibility, but it seems unlikely to me that anyone would have configured this.
Changes