diff mod_default_bookmarks/README.markdown @ 3237:420ebea00cf3

mod_default_bookmarks: Add support for <password/>.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 18 Aug 2018 17:38:48 +0100
parents 73906187f964
children 39bb7232326d
line wrap: on
line diff
--- a/mod_default_bookmarks/README.markdown	Sat Aug 18 17:36:50 2018 +0100
+++ b/mod_default_bookmarks/README.markdown	Sat Aug 18 17:38:48 2018 +0100
@@ -33,7 +33,8 @@
 
     default_bookmarks = {
         { jid = "room@conference.example.com", name = "The Room" };
-        { jid = "another-room@conference.example.com", name = "The Other Room" };
+        -- Specifying a password is supported:
+        { jid = "secret-room@conference.example.com", name = "A Secret Room", password = "secret" };
         -- You can also use this compact syntax:
         "yetanother@conference.example.com"; -- this will get "yetanother" as name
     };