mod_default_bookmarks/README.markdown
changeset 3240 73906187f964
parent 1807 4d73a1a6ba68
child 3241 420ebea00cf3
equal deleted inserted replaced
3239:bd8e94ff726b 3240: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   ------- ---------------