Software /
code /
prosody
Diff
plugins/mod_pep_plus.lua @ 8318:d0a7fc7614de
mod_pubsub, mod_pep_plus: Rename simple_itemstore to reflect that it's based on archive storage
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 12 Oct 2017 01:31:08 +0200 |
parent | 8315:967f04fe7fd4 |
child | 8319:57e3ad11f3f6 |
line wrap: on
line diff
--- a/plugins/mod_pep_plus.lua Wed Oct 11 22:18:26 2017 +0200 +++ b/plugins/mod_pep_plus.lua Thu Oct 12 01:31:08 2017 +0200 @@ -45,7 +45,7 @@ module:log("debug", "new simple_itemstore(%q, %q)", username, node); known_nodes_map:set(username, node, true); local archive = module:open_store("pep_"..node, "archive"); - return lib_pubsub.simple_itemstore(archive, config, username, node, false); + return lib_pubsub.archive_itemstore(archive, config, username, node, false); end end