summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndrey Egorov <andr06@gmail.com>2017-08-04 17:25:52 +0300
committerJoshua Colp <jcolp@digium.com>2017-08-15 11:08:59 +0000
commit54e3ac402ff167ba2463b386ea25fa5327be86c6 (patch)
tree706b2f874074c1008a32bb5499a22505eb1c9129 /CHANGES
parent9bc114ffba6fe173876dcdb46a3d5f49c5d19d55 (diff)
res_xmpp: Google OAuth 2.0 protocol support for XMPP / Motif
Add ability to use tokens instead of passwords according to Google OAuth 2.0 protocol. ASTERISK-27169 Reported by: Andrey Egorov Tested by: Andrey Egorov Change-Id: I07f7052a502457ab55010a4d3686653b60f4c8db
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c56d7f0af..01eea8bc4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -44,6 +44,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.