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:09:43 +0000
commit4e11c2192fafaa572b8a984eef2212addf907f78 (patch)
tree14cd35707ca23c5858a15425562d43edf7e175c9 /CHANGES
parent0442fcb5869df3ba9e37fac5428897d2374f7e77 (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 37d78e104..bd5957597 100644
--- a/CHANGES
+++ b/CHANGES
@@ -61,6 +61,12 @@ res_musiconhold
* 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.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 14.5.0 to Asterisk 14.6.0 ------------
------------------------------------------------------------------------------