comparison mod_default_bookmarks/README.markdown @ 3236:73906187f964

mod_default_bookmarks: Add support for trunk’s mod_pep.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 18 Aug 2018 17:36:50 +0100
parents 4d73a1a6ba68
children 420ebea00cf3
comparison
equal deleted inserted replaced
3235:bd8e94ff726b 3236:73906187f964
35 { jid = "room@conference.example.com", name = "The Room" }; 35 { jid = "room@conference.example.com", name = "The Room" };
36 { jid = "another-room@conference.example.com", name = "The Other Room" }; 36 { jid = "another-room@conference.example.com", name = "The Other Room" };
37 -- You can also use this compact syntax: 37 -- You can also use this compact syntax:
38 "yetanother@conference.example.com"; -- this will get "yetanother" as name 38 "yetanother@conference.example.com"; -- this will get "yetanother" as name
39 }; 39 };
40
41 Compatibility
42 -------------
43
44 ------- ---------------
45 trunk Works
46 0.10 Should work
47 0.9 Should work
48 ------- ---------------