aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configs/jabber.conf.sample30
-rw-r--r--res/res_jabber.c2
2 files changed, 15 insertions, 17 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.
diff --git a/res/res_jabber.c b/res/res_jabber.c
index 258a98352..a71aec110 100644
--- a/res/res_jabber.c
+++ b/res/res_jabber.c
@@ -2324,7 +2324,7 @@ static int aji_create_buddy(char *label, struct aji_client *client)
static int aji_load_config(void)
{
char *cat = NULL;
- int debug = 1;
+ int debug = 0;
struct ast_config *cfg = NULL;
struct ast_variable *var = NULL;