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 06:09:52 -0500
commit15fbcc74d8fd1b3655f4c34a280fe76665bd0c5c (patch)
treef23c944548907243562ef6c7ffaeaa2b7bdec56e /CHANGES
parent9c0bdf3b5d0d2c711761158ce9437af2c5119610 (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 f6c94f8fd..67454bcce 100644
--- a/CHANGES
+++ b/CHANGES
@@ -73,6 +73,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 ------------
------------------------------------------------------------------------------