comparison mod_bookmarks2/mod_bookmarks2.lua @ 4839:797b51043767

mod_bookmarks2: Remove obsolete comment
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Mon, 27 Dec 2021 19:48:25 +0100
parents fd2e48d4ac94
children cc17708ba777
comparison
equal deleted inserted replaced
4838:fd2e48d4ac94 4839:797b51043767
13 local namespace_private = "jabber:iq:private"; 13 local namespace_private = "jabber:iq:private";
14 local namespace_legacy = "storage:bookmarks"; 14 local namespace_legacy = "storage:bookmarks";
15 15
16 local default_options = { 16 local default_options = {
17 ["persist_items"] = true; 17 ["persist_items"] = true;
18 -- This should be much higher, the XEP recommends 10000 but mod_pep rejects that.
19 ["max_items"] = "max"; 18 ["max_items"] = "max";
20 ["send_last_published_item"] = "never"; 19 ["send_last_published_item"] = "never";
21 ["access_model"] = "whitelist"; 20 ["access_model"] = "whitelist";
22 }; 21 };
23 22