summaryrefslogtreecommitdiff
path: root/configs/jabber.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'configs/jabber.conf.sample')
-rw-r--r--configs/jabber.conf.sample5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/jabber.conf.sample b/configs/jabber.conf.sample
index 6cfb755bd..f46450dcf 100644
--- a/configs/jabber.conf.sample
+++ b/configs/jabber.conf.sample
@@ -20,4 +20,7 @@
;; xaway, or dnd
;statusmessage="I am available" ;;Have custom status message for
;;Asterisk.
-;timeout=100 ;;Timeout on the message stack.
+;timeout=5 ;;Timeout (in seconds) on the message stack, defaults to 5.
+ ;;Messages stored longer than this value will be deleted by Asterisk.
+ ;;This option applies to incoming messages only, which are intended to
+ ;;be processed by the JABBER_RECEIVE dialplan function.