aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorphsultan <phsultan@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-09 22:08:56 +0000
committerphsultan <phsultan@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-09 22:08:56 +0000
commitb00fd456eaec3917ec21fb2f96810c921a8bbd0a (patch)
tree8cee838848eb7f31fbc517a83a7b055b9e28e3be /CHANGES
parent261feda01af47139efb40228aac1cd8db014e7d8 (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: http://svn.digium.com/svn/asterisk/trunk@142280 f38db490-d61c-443f-a65b-d21fe96a405b
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.