summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPhilippe Sultan <philippe.sultan@gmail.com>2008-09-09 22:08:56 +0000
committerPhilippe Sultan <philippe.sultan@gmail.com>2008-09-09 22:08:56 +0000
commit7ea67a07ee2e94cc4bda63353e278221b90d0872 (patch)
tree8cee838848eb7f31fbc517a83a7b055b9e28e3be /CHANGES
parent3226c29cd634e7800f8ec65874ba69b009f9c29b (diff)
Disable autoprune by default.
(closes issue #13411) Reported by: caio1982 Patches: res_jabber_autoprune1.diff uploaded by caio1982 (license 22) Tested by: caio1982 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@142280 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 75c0533b0..45548f4e5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -805,6 +805,9 @@ Miscellaneous New Modules
Miscellaneous
-------------
+ * res_jabber: autoprune has been disabled by default, to avoid misconfiguration
+ that would end up being interpreted as a bug once Asterisk started removing
+ the contacts from a user list.
* Ability to use libcap to set high ToS bits when non-root
on Linux. If configure is unable to find libcap then you
can use --with-cap to specify the path.