mod_vcard_muc/README.markdown
changeset 3047 6cc44e69443a
child 4883 883d45d2082a
equal deleted inserted replaced
3046:4f215f5227cf 3047:6cc44e69443a
       
     1 Introduction
       
     2 ============
       
     3 
       
     4 This module adds the ability to set vCard for MUC rooms. One of the most common use case is to be able to define an avatar for your own MUC room.
       
     5 
       
     6 Usage
       
     7 =====
       
     8 
       
     9 Add "vcard\_muc" to your modules\_enabled list:
       
    10 
       
    11 ``` {.lua}
       
    12 Component "conference.example.org" "muc"
       
    13 modules_enabled = {
       
    14   "vcard_muc",
       
    15 }
       
    16 ```
       
    17 
       
    18 Compatibility
       
    19 =============
       
    20 
       
    21   ----- -------------
       
    22   trunk Works
       
    23   0.10  Should work
       
    24   0.9   Should work
       
    25   ----- -------------
       
    26 
       
    27