Ignore:
Timestamp:
Sep 7, 2018 2:56:38 AM (6 years ago)
Author:
ming
Message:

Fixed #2148: Add parsing support for the OAuth 2.0 authentication mechanism

Thanks to Joshua Colp for the patch submission.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_auth_parser.c

    r4859 r5883  
    6060                pjsip_PGP_STR =             { "PGP", 3 }, 
    6161                pjsip_QUOTED_PGP_STR =      { "\"PGP\"", 5 }, 
     62                pjsip_BEARER_STR =          { "Bearer", 6 }, 
    6263                pjsip_MD5_STR =             { "md5", 3 }, 
    6364                pjsip_QUOTED_MD5_STR =      { "\"md5\"", 5}, 
Note: See TracChangeset for help on using the changeset viewer.