mod_http_pep_avatar/README.markdown
changeset 3580 1396ce148073
parent 3429 461429e0db58
child 4619 451514e2d369
equal deleted inserted replaced
3579:00bdecb12779 3580:1396ce148073
     8 [XEP-0084: User Avatar] via [PEP][doc:modules:mod_pep].
     8 [XEP-0084: User Avatar] via [PEP][doc:modules:mod_pep].
     9 
     9 
    10 # Configuring
    10 # Configuring
    11 
    11 
    12 Simply load the module. Avatars are then available at
    12 Simply load the module. Avatars are then available at
    13 http://<host>:5280/pep_avatar/<username>
    13 `http://<host>:5280/pep_avatar/<username>`
    14 
    14 
    15     modules_enabled = {
    15     modules_enabled = {
    16         ...
    16         ...
    17         "http_avatar";
    17         "http_avatar";
    18     }
    18     }