Hi all, After a discussion with Zash and Link Mauve in the Prosody IM Chatroom, we clarified our understanding of how to use the default_bookmarks module. For XMPP clients who only support PEP storage (as opposed to private XML storage), the bookmarks module is required for the default_bookmarks to work as expected (i.e., to supply newly registered users with default bookmarks).
The attached patch is a one-line addition to the configuration example in the README file for mod_default_bookmarks that makes a note of this. Thanks for everyone's contributions to Prosody. :) We love using it. Cheers, -maymay https://maymay.net/ -- You received this message because you are subscribed to the Google Groups "prosody-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/prosody-dev. For more options, visit https://groups.google.com/d/optout.
# HG changeset patch # User Maymay <[email protected]> # Date 1547847641 18000 # Fri Jan 18 16:40:41 2019 -0500 # Node ID 118ce2cedebae66073b40b07b36266760ee01309 # Parent 5e91a34b1e71b2a9c77be19f07310dad74769d58 mod_default_bookmarks: Clarify config for clients that only use PEP storage. diff -r 5e91a34b1e71 -r 118ce2cedeba mod_default_bookmarks/README.markdown --- a/mod_default_bookmarks/README.markdown Fri Jan 18 18:28:03 2019 +0100 +++ b/mod_default_bookmarks/README.markdown Fri Jan 18 16:40:41 2019 -0500 @@ -25,6 +25,7 @@ modules_enabled = { -- ...other modules here... -- + -- "bookmarks"; -- Required for clients using PEP bookmarks. "default_bookmarks"; -- ...maybe some more here... -- }
signature.asc
Description: OpenPGP digital signature
