From c4c1cc3901d0946b5a86645da09b770a9d2b7e96 Mon Sep 17 00:00:00 2001 From: phsultan Date: Sun, 7 Oct 2007 16:28:25 +0000 Subject: 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 --- configs/jabber.conf.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs') 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. -- cgit v1.2.3