summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-08-15 08:18:29 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-08-15 08:18:29 -0500
commitfa50a3def90d9561bef5d4bceeb3e9f0f45ca68c (patch)
tree3f3b849b08c5637c33c68fb8afd31ffc50488057 /CHANGES
parentb81de2c89616e2283d9e2320506ce21c08988ce3 (diff)
parent54e3ac402ff167ba2463b386ea25fa5327be86c6 (diff)
Merge "res_xmpp: Google OAuth 2.0 protocol support for XMPP / Motif" into 13
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3cc0ee653..a8623e064 100644
--- a/CHANGES
+++ b/CHANGES
@@ -51,6 +51,12 @@ res_pjsip
* New dialplan function PJSIP_DTMF_MODE added to get or change the DTMF mode
of a channel on a per-call basis.
+res_xmpp
+-----------------
+ * OAuth 2.0 authentication is now supported when contacting Google. Follow the
+ instructions in xmpp.conf.sample to retrieve and configure the necessary
+ tokens.
+
app_queue
------------------
* Add priority to callers in AMI QueueStatus response.