plugins/mod_storage_internal.lua
changeset 10005 55f5588d71c6
parent 10001 7c4631d7b6fb
child 10022 7408b9473729
--- a/plugins/mod_storage_internal.lua	Sun May 05 14:52:34 2019 +0200
+++ b/plugins/mod_storage_internal.lua	Sun May 05 16:07:16 2019 +0200
@@ -211,6 +211,10 @@
 	return summary;
 end
 
+function archive:users()
+	return datamanager.users(host, self.store, "list");
+end
+
 function archive:delete(username, query)
 	local cache_key = jid_join(username, host, self.store);
 	if not query or next(query) == nil then