diff mod_bookmarks2/mod_bookmarks2.lua @ 4640:d835cb7d2b47

mod_bookmarks2: Update namespace to :1
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 30 Jul 2021 21:17:09 +0200
parents 3da7cd77aca9
children 05725276fac0
line wrap: on
line diff
--- a/mod_bookmarks2/mod_bookmarks2.lua	Fri Jul 30 21:13:16 2021 +0200
+++ b/mod_bookmarks2/mod_bookmarks2.lua	Fri Jul 30 21:17:09 2021 +0200
@@ -9,7 +9,7 @@
 local mod_pep = module:depends "pep";
 local private_storage = module:open_store("private", "map");
 
-local namespace = "urn:xmpp:bookmarks:0";
+local namespace = "urn:xmpp:bookmarks:1";
 
 local default_options = {
 	["persist_items"] = true;