]> git.evergreen-ils.org Git - working/random.git/blob - installer/jessie/ejabberd.EG.patch
multi-host support for live tester
[working/random.git] / installer / jessie / ejabberd.EG.patch
1 --- ejabberd.yml.orig   2015-05-22 11:19:26.000000000 -0500
2 +++ ejabberd.yml        2015-05-22 11:14:58.000000000 -0500
3 @@ -73,6 +73,8 @@
4  ##
5  hosts:
6    - "localhost"
7 +  - "private.localhost"
8 +  - "public.localhost"
9  
10  ##
11  ## route_subdomains: Delegate subdomains to other XMPP servers.
12 @@ -106,7 +108,7 @@
13      protocol_options:
14        - "no_sslv3"
15      ##   - "no_tlsv1"
16 -    max_stanza_size: 65536
17 +    max_stanza_size: 2000000
18      shaper: c2s_shaper
19      access: c2s
20    - 
21 @@ -352,12 +354,12 @@
22    ##
23    ## The "normal" shaper limits traffic speed to 1000 B/s
24    ##
25 -  normal: 1000
26 +  normal: 500000
27  
28    ##
29    ## The "fast" shaper limits traffic speed to 50000 B/s
30    ##
31 -  fast: 50000
32 +  fast: 500000
33  
34  ##
35  ## This option specifies the maximum number of elements in the queue
36 @@ -432,7 +434,7 @@
37  access:
38    ## Maximum number of simultaneous sessions allowed for a single user:
39    max_user_sessions: 
40 -    all: 10
41 +    all: 10000
42    ## Maximum number of offline messages that users can have:
43    max_user_offline_messages: 
44      admin: 5000
45 @@ -559,8 +561,8 @@
46      access_persistent: muc_create
47      access_admin: muc_admin
48    ## mod_muc_log: {}
49 -  mod_offline: 
50 -    access_max_user_messages: max_user_offline_messages
51 +  ##mod_offline: 
52 +  ##  access_max_user_messages: max_user_offline_messages
53    mod_ping: {}
54    ## mod_pres_counter:
55    ##   count: 5