Confused about xmpp.conf with OAuth. Let's assume I have two voice accounts. Are all the OAuth entries in each account ? It'd be really great if only separate refresh_token s were required!

For instance- painful:

[general]
.......

[gv1]
.....
refresh_token=gv1-token
oauth_clientid=gv1-client-id
oauth_secret=gv1-oauth-secret

[gv2]
.....
refresh_token=gv2-token
oauth_clientid=gv2-client-id
oauth_secret=gv2-oauth-secret

Or just the refresh token (much better):

[general]
.......
oauth_clientid=gv-client-id
oauth_secret=gv-oauth-secret

[gv1]
.....
refresh_token=gv1-token

[gv2]
.....
refresh_token=gv2-token

OR (just as good):

[general]
.......

[oauth]!
oauth_clientid=gv-client-id
oauth_secret=gv-oauth-secret

[gv1](oauth)
.....
refresh_token=gv1-token

[gv2](oauth)
.....
refresh_token=gv2-token

It's painful enough to navigate the google OAuth process for just the refresh tokens. I hope I don't need a clientid and secret for each account!

sean


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
     https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to