equal
deleted
inserted
replaced
58 |
58 |
59 # Configures the handling of presence events. Inbound controls whether we receive |
59 # Configures the handling of presence events. Inbound controls whether we receive |
60 # presence events from other servers, outbound controls whether we send presence |
60 # presence events from other servers, outbound controls whether we send presence |
61 # events for our local users to other servers. |
61 # events for our local users to other servers. |
62 presence: |
62 presence: |
63 enable_inbound: false |
63 enable_inbound: true |
64 enable_outbound: false |
64 enable_outbound: true |
65 |
65 |
66 # Configures phone-home statistics reporting. These statistics contain the server |
66 # Configures phone-home statistics reporting. These statistics contain the server |
67 # name, number of active users and some information on your deployment config. |
67 # name, number of active users and some information on your deployment config. |
68 # We use this information to understand how Dendrite is being used in the wild. |
68 # We use this information to understand how Dendrite is being used in the wild. |
69 report_stats: |
69 report_stats: |