summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-06-15 17:06:23 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-06-15 17:06:23 +0000
commit81c15adfa28fbda4005aa59944493c03e46ade56 (patch)
tree0ee2cba4b60b7843bf03b5cea55baa3ffd4d4a73 /CHANGES
parentbe0249427eb15a0e737f60dee7a1dfc71d3d4a36 (diff)
Add distributed devicestate via the XMPP protocol.
(closes issue #15757) Reported by: Marquis Patches: distributed_devstate-XMPP.txt uploaded by lmadsen (license 10) Tested by: Marquis, lmadsen, marcelloceschia Review: https://reviewboard.asterisk.org/r/351/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@270519 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 66e023a1f..5e69680c8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -496,6 +496,8 @@ Miscellaneous
initialization order.
* The Realtime dialplan switch now caches entries for 1 second. This provides a
significant increase in performance (about 3X) for installations using this switchtype.
+ * Distributed devicestate now supports the use of the XMPP protocol, in addition to
+ AIS. For more information, please see doc/distributed_devstate-XMPP.txt
CLI Changes
-----------