aboutsummaryrefslogtreecommitdiffstats
path: root/configs/jabber.conf.sample
diff options
context:
space:
mode:
authorphsultan <phsultan@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-07 16:28:25 +0000
committerphsultan <phsultan@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-07 16:28:25 +0000
commitc4c1cc3901d0946b5a86645da09b770a9d2b7e96 (patch)
tree3110c170b9448ad1ecf55ca5cda1c155f018553e /configs/jabber.conf.sample
parent38f9bd49db978802cbc1f24b4c96b67bdc73e863 (diff)
Make the status and priority configurable.
Closes issue #10785, patch by Luke-Jr, thanks! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@84939 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/jabber.conf.sample')
-rw-r--r--configs/jabber.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/jabber.conf.sample b/configs/jabber.conf.sample
index 5ee26e510..7d45083f9 100644
--- a/configs/jabber.conf.sample
+++ b/configs/jabber.conf.sample
@@ -9,10 +9,13 @@
;; talk.google.com
;username=asterisk@astjab.org/asterisk ;;Username with optional roster.
;secret=blah ;;Password
+;priority=1 ;;Resource priority
;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.
+;status=available ;;One of: chat, available, away,
+ ;; xaway, or dnd
;statusmessage="I am available" ;;Have custom status message for
;;Asterisk.
;timeout=100 ;;Timeout on the message stack.