From 5d45596f6257b86189bef2dfaf5d9cc0b001fa46 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Sat, 16 Mar 2013 15:40:31 +0000 Subject: 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 --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES') 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// + 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 -------------------- ------------------------------------------------------------------------------ -- cgit v1.2.3