mod_pubsub_text_interface/README.markdown
changeset 3440 12c7c0d7e1b0
parent 3417 6421c9f05e02
equal deleted inserted replaced
3439:26a549513f02 3440:12c7c0d7e1b0
     6 events can be included, where supported.
     6 events can be included, where supported.
     7 
     7 
     8 # Configuring
     8 # Configuring
     9 
     9 
    10 ``` {.lua}
    10 ``` {.lua}
    11 Component "pubsub.example.com" "pubub"
    11 Component "pubsub.example.com" "pubsub"
    12 modules_enabled = {
    12 modules_enabled = {
    13     "pubsub_text_interface",
    13     "pubsub_text_interface",
    14 }
    14 }
    15 ```
    15 ```
    16 
    16