summarylogtreecommitdiffstats
path: root/config.patch
diff options
context:
space:
mode:
authorSam Whited2019-01-22 15:07:44 -0600
committerSam Whited2019-01-22 15:08:17 -0600
commit434d81f2135b54df0c0b60f8c1a25ce650d462aa (patch)
treea7b9f40d46f7912f217797f3b8373148ad468f88 /config.patch
parentf2715ce67fecd38aca2f9c6567469cd00640e777 (diff)
downloadaur-434d81f2135b54df0c0b60f8c1a25ce650d462aa.tar.gz
Bump to v0.4.7 and change config file to patch
Diffstat (limited to 'config.patch')
-rw-r--r--config.patch55
1 files changed, 55 insertions, 0 deletions
diff --git a/config.patch b/config.patch
new file mode 100644
index 000000000000..a4d766e09244
--- /dev/null
+++ b/config.patch
@@ -0,0 +1,55 @@
+--- src/jackal-0.4.7/example.jackal.yml 2019-01-22 14:05:33.000000000 -0600
++++ example.jackal.yml 2019-01-22 14:58:11.695532598 -0600
+@@ -1,18 +1,18 @@
+ # jackal default configuration file
+
+-pid_path: jackal.pid
++pid_path: data/jackal.pid
+
+-debug:
+- port: 6060
++# debug:
++# port: 6060
+
+ logger:
+ level: debug
+ log_path: jackal.log
+
+ storage:
+- type: mysql
+- mysql:
+- host: 127.0.0.1:3306
++ type: pgsql
++ pgsql:
++ host: 127.0.0.1:5432
+ user: jackal
+ password: password
+ database: jackal
+@@ -67,19 +67,18 @@
+ max_stanza_size: 65536
+ resource_conflict: replace # [override, replace, reject]
+
+- transport:
+- type: socket # websocket
+- bind_addr: 0.0.0.0
+- port: 5222
+- keep_alive: 120
+- # url_path: /xmpp/ws
++ # transport:
++ # type: socket # websocket
++ # bind_addr: 0.0.0.0
++ # port: 5222
++ # keep_alive: 120
++ # # url_path: /xmpp/ws
+
+- compression:
+- level: default
++ # compression:
++ # level: default
+
+ sasl:
+ - plain
+- - digest_md5
+ - scram_sha_1
+ - scram_sha_256
+ - scram_sha_512