summaryrefslogtreecommitdiff
path: root/test/ejabberd_SUITE_data/ejabberd.mnesia.yml
blob: 14bb2bff20e9f1791d6e7e3efd3e815a31d0f799 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
define_macro:
  MNESIA_CONFIG:
    queue_type: ram
    auth_method: internal
    modules:
      mod_announce:
        db_type: internal
        access: local
      mod_blocking: []
      mod_caps:
        db_type: internal
      mod_last:
        db_type: internal
      mod_muc:
        db_type: internal
        vcard: VCARD
      mod_offline:
        db_type: internal
      mod_privacy:
        db_type: internal
      mod_private:
        db_type: internal
      mod_pubsub:
        access_createnode: pubsub_createnode
        ignore_pep_from_offline: true
        last_item_cache: false
        plugins:
          - "flat"
          - "pep"
        vcard: VCARD
      mod_roster:
        versioning: true
        store_current_id: true
        db_type: internal
      mod_mam:
        db_type: internal
      mod_vcard:
        db_type: internal
        vcard: VCARD
      mod_vcard_xupdate: []
      mod_client_state:
        queue_presence: true
        queue_chat_states: true
        queue_pep: true
      mod_adhoc: []
      mod_configure: []
      mod_disco: []
      mod_ping: []
      mod_proxy65:
        port: PROXY_PORT
      mod_push:
        include_body: false
      mod_push_keepalive: []
      mod_s2s_dialback: []
      mod_stream_mgmt:
        resume_timeout: 3
      mod_legacy_auth: []
      mod_register:
        welcome_message:
          subject: "Welcome!"
          body: "Hi.
Welcome to this XMPP server."
      mod_stats: []
      mod_time: []
      mod_version: []