mod_conversejs/README.markdown
changeset 2923 0ea93da47db9
parent 2922 d2d0715f30d9
child 2924 4d03ac2737ab
equal deleted inserted replaced
2922:d2d0715f30d9 2923:0ea93da47db9
    45 ----
    45 ----
    46 
    46 
    47 See Prosodys [HTTP configuration][doc:http] for HTTP related
    47 See Prosodys [HTTP configuration][doc:http] for HTTP related
    48 options.
    48 options.
    49 
    49 
       
    50 Other
       
    51 -----
    50 
    52 
       
    53 To pass [other Converse.js
       
    54 options](https://conversejs.org/docs/html/configuration.html), or
       
    55 override the derived settings, one can set `conversejs_options` like
       
    56 this:
    51 
    57 
       
    58 ``` {.lua}
       
    59 converse_options = {
       
    60     debug = true;
       
    61     view_mode = "fullscreen";
       
    62 }
       
    63 ```
       
    64 
       
    65 Note that the following options are automatically provided, and
       
    66 **overriding them may cause problems**:
       
    67 
       
    68 -   `authentication` *based on Prosodys authentication settings*
       
    69 -   `jid` *the current `VirtualHost`*
       
    70 -   `bosh_service_url`
       
    71 -   `websocket_url` *if `mod_websocket` is available*
       
    72