aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-01 17:03:11 +0000
committerpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-01 17:03:11 +0000
commit58bbddcc1933a5d7d3355ba43f24ae54482ef994 (patch)
tree86bce0ea04002f1d35baa1bcfd34bceef0fbd694 /configs
parent122d3ef983e5a4e5336cd261982025bd574e3425 (diff)
Disable debugging by default
and reformat .config file. Review: https://reviewboard.asterisk.org/r/929/ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@289703 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/jabber.conf.sample30
1 files changed, 14 insertions, 16 deletions
diff --git a/configs/jabber.conf.sample b/configs/jabber.conf.sample
index 5ee26e510..abcd663ba 100644
--- a/configs/jabber.conf.sample
+++ b/configs/jabber.conf.sample
@@ -1,18 +1,16 @@
[general]
-;debug=yes ;;Turn on debugging by default.
-;autoprune=yes ;;Auto remove users from buddy list.
-;autoregister=yes ;;Auto register users from buddy list.
+;debug=yes ; Enable debugging (disabled by default).
+;autoprune=yes ; Auto remove users from buddy list.
+;autoregister=yes ; Auto register users from buddy list.
-;[asterisk] ;;label
-;type=client ;;Client or Component connection
-;serverhost=astjab.org ;;Route to server for example,
- ;; talk.google.com
-;username=asterisk@astjab.org/asterisk ;;Username with optional roster.
-;secret=blah ;;Password
-;port=5222 ;;Port to use defaults to 5222
-;usetls=yes ;;Use tls or not
-;usesasl=yes ;;Use sasl or not
-;buddy=mogorman@astjab.org ;;Manual addition of buddy to list.
-;statusmessage="I am available" ;;Have custom status message for
- ;;Asterisk.
-;timeout=100 ;;Timeout on the message stack.
+;[asterisk]
+;type=client ; Client or Component connection
+;serverhost=astjab.org ; Route to server for example, talk.google.com
+;username=asterisk@astjab.org/asterisk ; Username with optional roster.
+;secret=blah ; Password
+;port=5222 ; Port to use defaults to 5222
+;usetls=yes ; Use tls or not
+;usesasl=yes ; Use sasl or not
+;buddy=mogorman@astjab.org ; Manual addition of buddy to list.
+;statusmessage="I am available" ; Have custom status message for Asterisk
+;timeout=100 ; Timeout on the message stack.