summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2013-03-16 15:40:31 +0000
committerJoshua Colp <jcolp@digium.com>2013-03-16 15:40:31 +0000
commit5d45596f6257b86189bef2dfaf5d9cc0b001fa46 (patch)
tree40bfca1377ad38b06ebcd54cc88fc6ec691c223a /CHANGES
parent2f89b7a6ebc3f000c297872c37bd95c2dac992c6 (diff)
Add support for using XMPP buddy state via device state.
This change allows you to use XMPP buddy state in places where device state can be used be used, such as dialplan hints. If at least one resource is available the buddy is considered available. Now your phone can reflect their IM status too! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@383283 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6f594aa88..6b1a94a8f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -117,6 +117,14 @@ RTP
them, an Asterisk-specific version of pjproject needs to be installed.
Tarballs are available from https://github.com/asterisk/pjproject/tags/.
+XMPP
+------------------
+ * Device state for XMPP buddies is now available using the following format:
+ XMPP/<client name>/<buddy address>
+ If any resource is available the device state is considered to be not in use.
+ If no resources exist or all are unavailable the device state is considered
+ to be unavailable.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 10 to Asterisk 11 --------------------
------------------------------------------------------------------------------