summaryrefslogtreecommitdiff
path: root/configs/jabber.conf.sample
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-05-28 14:39:21 +0000
committerSean Bright <sean@malleable.com>2009-05-28 14:39:21 +0000
commitf22962a0c1973a867893bc144e5bd1bd44053a84 (patch)
tree2e8e77235c0fb39f0551db5e6012057fc8c580d0 /configs/jabber.conf.sample
parenta7d813cae7568f9c587dc994b0654d9b7384565a (diff)
Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.
Let's try that again, this time removing trailing whitespace and not leading whitespace. I can't believe no one noticed. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@197535 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/jabber.conf.sample')
-rw-r--r--configs/jabber.conf.sample10
1 files changed, 5 insertions, 5 deletions
diff --git a/configs/jabber.conf.sample b/configs/jabber.conf.sample
index 2990d8e91..6cfb755bd 100644
--- a/configs/jabber.conf.sample
+++ b/configs/jabber.conf.sample
@@ -1,14 +1,14 @@
[general]
;debug=yes ;;Turn on debugging by default.
;autoprune=yes ;;Auto remove users from buddy list. Depending on your
-;;setup (ie, using your personal Gtalk account for a test)
-;;you might lose your contacts list. Default is 'no'.
+ ;;setup (ie, using your personal Gtalk account for a test)
+ ;;you might lose your contacts list. Default is 'no'.
;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
+ ;; talk.google.com
;username=asterisk@astjab.org/asterisk ;;Username with optional resource.
;secret=blah ;;Password
;priority=1 ;;Resource priority
@@ -17,7 +17,7 @@
;usesasl=yes ;;Use sasl or not
;buddy=mogorman@astjab.org ;;Manual addition of buddy to list.
;status=available ;;One of: chat, available, away,
-;; xaway, or dnd
+ ;; xaway, or dnd
;statusmessage="I am available" ;;Have custom status message for
-;;Asterisk.
+ ;;Asterisk.
;timeout=100 ;;Timeout on the message stack.