aboutsummaryrefslogtreecommitdiffstats
path: root/community/prosody/prosody.cfg.lua.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-10-03 12:48:29 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-10-03 13:50:26 +0000
commit562be586ef966a3d1e68b38da29ea112ddafdd35 (patch)
treef89c00da58b9f08fb437cd56ccd7a6fb373ed2d4 /community/prosody/prosody.cfg.lua.patch
parent9e08668427c9328b6c63c842927bf68af79ac066 (diff)
downloadaports-562be586ef966a3d1e68b38da29ea112ddafdd35.tar.bz2
aports-562be586ef966a3d1e68b38da29ea112ddafdd35.tar.xz
community/prosody: upgrade to 0.10.0
Diffstat (limited to 'community/prosody/prosody.cfg.lua.patch')
-rw-r--r--community/prosody/prosody.cfg.lua.patch34
1 files changed, 18 insertions, 16 deletions
diff --git a/community/prosody/prosody.cfg.lua.patch b/community/prosody/prosody.cfg.lua.patch
index 444eeb6f82..ff74c51724 100644
--- a/community/prosody/prosody.cfg.lua.patch
+++ b/community/prosody/prosody.cfg.lua.patch
@@ -1,27 +1,29 @@
-diff -wbBur prosody-0.9.0.q/prosody.cfg.lua.dist prosody-0.9.0/prosody.cfg.lua.dist
---- prosody-0.9.0.q/prosody.cfg.lua.dist 2013-08-19 23:37:36.000000000 +0400
-+++ prosody-0.9.0/prosody.cfg.lua.dist 2013-08-21 16:17:49.175521891 +0400
-@@ -11,6 +11,8 @@
- -- The only thing left to do is rename this file to remove the .dist ending, and fill in the
+diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
+index a0fc6c9..23a36ac 100644
+--- a/prosody.cfg.lua.dist
++++ b/prosody.cfg.lua.dist
+@@ -13,6 +13,9 @@
-- blanks. Good luck, and happy Jabbering!
+
+daemonize = true
+pidfile = "/var/run/prosody/prosody.pid"
-
++
---------- Server-wide settings ----------
-- Settings in this section apply to the whole server and are the default settings
-@@ -63,7 +65,7 @@
- --"http_files"; -- Serve static files from a directory over HTTP
+ -- for any virtual hosts
+@@ -86,7 +89,7 @@ modules_disabled = {
+ -- "offline"; -- Store offline messages
+ -- "c2s"; -- Handle client connections
+ -- "s2s"; -- Handle server-to-server connections
+- -- "posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
++ "posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
+ }
- -- Other specific functionality
-- --"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
-+ "posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
- --"groups"; -- Shared roster support
- --"announce"; -- Send announcement to all online users
- --"welcome"; -- Welcome users who register accounts
-@@ -139,9 +141,9 @@
+ -- Disable account creation by default, for security
+@@ -161,9 +164,9 @@ archive_expires_after = "1w" -- Remove archived messages after 1 week
-- Logging configuration
- -- For advanced logging see http://prosody.im/doc/logging
+ -- For advanced logging see https://prosody.im/doc/logging
log = {
- info = "prosody.log"; -- Change 'info' to 'debug' for verbose logging
- error = "prosody.err";