]> git.pld-linux.org Git - packages/ejabberd.git/blame - ejabberd-config.patch
- rel 3; stop_kindly is too annoying for users
[packages/ejabberd.git] / ejabberd-config.patch
CommitLineData
7f71a53c
JK
1diff -dur ejabberd-13.10.orig/ejabberd.yml.example ejabberd-13.10/ejabberd.yml.example
2--- ejabberd-13.10.orig/ejabberd.yml.example 2013-09-27 11:19:22.000000000 +0200
3+++ ejabberd-13.10/ejabberd.yml.example 2013-11-15 19:08:28.341305894 +0100
4@@ -3,6 +3,12 @@
5 ###
6 ###
7
8+### This is a setup for working "localhost" server.
9+### To make fully functional world-accessible Jabber server you will need to:
10+### - change 'localhost' everywhere below to your desired Jabber server domain name
11+### - provide SSL certificates and uncomment ssl settings
12+### - modify everything else according to your needs
13+
14 ### The parameters used in this configuration file are explained in more detail
15 ### in the ejabberd Installation and Operation Guide.
16 ### Please consult the Guide in case of doubts, it is included with
17@@ -103,9 +109,9 @@
18 ## ip: "127.0.0.1"
19 ## hosts:
20 ## "icq.example.org":
21- ## password: "secret"
22+ ## password: "@service_secret@"
23 ## "sms.example.org":
24- ## password: "secret"
25+ ## password: "@service_secret@"
26
27 ##
28 ## ejabberd_stun: Handles STUN Binding requests
This page took 0.036156 seconds and 4 git commands to generate.