Merge branch 'release/0.5.3.0' into stable

This commit is contained in:
Jonne Haß 2015-09-03 21:39:13 +02:00
commit ca5fa14376

View file

@ -206,13 +206,13 @@ configuration: ## Section
## The internal XMPP server does not support https ## The internal XMPP server does not support https
## and even if we implement it, we would ran into certificate issues. ## and even if we implement it, we would ran into certificate issues.
## The problem with mixed-content is described here: ## The problem with mixed-content is described here:
## https://github.com/Zauberstuhl/diaspora/issues/6 ## https://wiki.diasporafoundation.org/Vines#Browser_blocks_mixed-content
## ##
## The easiest way of avoiding certificate and mixed-content issues ## The easiest way of avoiding certificate and mixed-content issues
## is to use a proxy, e.g.: ## is to use a proxy, e.g.:
## ##
## Apache: https://gist.github.com/Zauberstuhl/2d09330961614b12b642 ## Apache: https://wiki.diasporafoundation.org/Vines#Apache2
## Nginx: https://gist.github.com/Zauberstuhl/ee95e1eacefa6ddbec6e ## Nginx: https://wiki.diasporafoundation.org/Vines#Nginx
## ##
## If you configured your proxy correctly, you should adjust ## If you configured your proxy correctly, you should adjust
## the configuration in the BOSH section. ## the configuration in the BOSH section.
@ -228,8 +228,11 @@ configuration: ## Section
## In case you want to run your own server, you should disable it. ## In case you want to run your own server, you should disable it.
#enabled: false #enabled: false
## Set the directory in which to look for virtual hosts' ## Set the directory in which to look for virtual hosts TLS certificates.
## TLS certificates. ## Check documentation on how to generate or configure your existing
## certficates correctly:
##
## https://wiki.diasporafoundation.org/Vines#Certificates
#certs: 'config/vines' #certs: 'config/vines'
## The server accepts by default only valid certificates. ## The server accepts by default only valid certificates.
@ -254,6 +257,10 @@ configuration: ## Section
#address: '0.0.0.0' #address: '0.0.0.0'
## Configure the client-to-server port. ## Configure the client-to-server port.
## If your server is behind a router or firewall
## check documentation on how to forward ports:
##
## https://wiki.diasporafoundation.org/Vines#Firewall_Ports
#port: 5222 #port: 5222
## The maximum we'd like to allow for stanza size. ## The maximum we'd like to allow for stanza size.
@ -270,6 +277,10 @@ configuration: ## Section
#address: '0.0.0.0' #address: '0.0.0.0'
## Configure the server-to-server port. ## Configure the server-to-server port.
## If your server is behind a router or firewall
## check documentation on how to forward ports:
##
## https://wiki.diasporafoundation.org/Vines#Firewall_Ports
#port: 5269 #port: 5269
## The max_stanza_size attribute should be ## The max_stanza_size attribute should be